Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E Erepo Records Table
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • ClinGenClinGen
  • erepo
  • Erepo Records Table
  • Wiki
  • Evidence Repository API

Evidence Repository API · Changes

Page history
Update Evidence Repository API authored Feb 20, 2024 by Alejandro Zuniga's avatar Alejandro Zuniga
Hide whitespace changes
Inline Side-by-side
Evidence-Repository-API.md
View page @ c9c3eff6
......@@ -273,51 +273,51 @@ The table below lists the key fields returned in the API response.
</div>
</div>
</div>
<table class="tg">
<table>
<thead>
<tr>
<th class="tg-0lax">Key Fields</th>
<th class="tg-0lax">Possible values</th>
<th class="tg-0lax">Description</th>
<th class="tg-0lax">Example</th>
<th>Key Fields</th>
<th>Possible values</th>
<th>Description</th>
<th>Example</th>
</tr>
</thead>
<tbody>
<tr>
<td class="tg-0lax">columns</td>
<td class="tg-0lax">classification, gene, condition, caId, cvId</td>
<td class="tg-0lax">Comma separated values of the columns you're specifically searching for. NOTE: Needs to be combined with values field to search for particular classification records</td>
<td class="tg-0lax"></td>
<td>columns</td>
<td>classification, gene, condition, caId, cvId</td>
<td>Comma separated values of the columns you're specifically searching for. NOTE: Needs to be combined with values field to search for particular classification records</td>
<td></td>
</tr>
<tr>
<td class="tg-0lax">values</td>
<td class="tg-0lax">pathogenic,PTEN,CA21421,529341</td>
<td class="tg-0lax">Comma separated values of the actual values you're searching for. NOTE: These have to be in the same order as the column values above. Meaning if you're first column is a gene, then the fist values in the list is for the gene</td>
<td class="tg-0lax">https://erepo.clinicalgenome.org/evrepo/api/summary/classifications?columns=gene,classification,caId&amp;values=ACADVL,Benign,CA10360777&amp;matchTypes=exact,exact,contains&amp;pgSize=25&amp;pg=1&amp;matchMode=or</td>
<td>values</td>
<td>pathogenic,PTEN,CA21421,529341</td>
<td>Comma separated values of the actual values you're searching for. NOTE: These have to be in the same order as the column values above. Meaning if you're first column is a gene, then the fist values in the list is for the gene</td>
<td>https://erepo.clinicalgenome.org/evrepo/api/summary/classifications?columns=gene,classification,caId&amp;values=ACADVL,Benign,CA10360777&amp;matchTypes=exact,exact,contains&amp;pgSize=25&amp;pg=1&amp;matchMode=or</td>
</tr>
<tr>
<td class="tg-0lax">matchTypes</td>
<td class="tg-0lax">exact,contains</td>
<td class="tg-0lax">Comma separated values of matching logic for the respective columns and values</td>
<td class="tg-0lax">https://erepo.clinicalgenome.org/evrepo/ui/summary/classifications?columns=gene&amp;values=ACADVL&amp;matchTypes=exact<br>https://erepo.clinicalgenome.org/evrepo/ui/summary/classifications?columns=condition&amp;values=cardio&amp;matchTypes=contains<br></td>
<td>matchTypes</td>
<td>exact,contains</td>
<td>Comma separated values of matching logic for the respective columns and values</td>
<td>https://erepo.clinicalgenome.org/evrepo/ui/summary/classifications?columns=gene&amp;values=ACADVL&amp;matchTypes=exact<br>https://erepo.clinicalgenome.org/evrepo/ui/summary/classifications?columns=condition&amp;values=cardio&amp;matchTypes=contains<br></td>
</tr>
<tr>
<td class="tg-0lax">matchMode</td>
<td class="tg-0lax">"and" or "or"</td>
<td class="tg-0lax">Allows for inclusive or exclusvie searching based on different parameters</td>
<td class="tg-0lax">https://erepo.clinicalgenome.org/evrepo/ui/summary/classifications?columns=condition,cvId&amp;values=cardio,161326&amp;matchTypes=contains,exact&amp;pgSize=25&amp;pg=1&amp;matchMode=and</td>
<td>matchMode</td>
<td>"and" or "or"</td>
<td>Allows for inclusive or exclusvie searching based on different parameters</td>
<td>https://erepo.clinicalgenome.org/evrepo/ui/summary/classifications?columns=condition,cvId&amp;values=cardio,161326&amp;matchTypes=contains,exact&amp;pgSize=25&amp;pg=1&amp;matchMode=and</td>
</tr>
<tr>
<td class="tg-0lax">pgSize</td>
<td class="tg-0lax">Numeric values</td>
<td class="tg-0lax">The number of records a query obtains</td>
<td class="tg-0lax">https://erepo.clinicalgenome.org/evrepo/ui/summary/classifications?pgSize=25<br>https://erepo.clinicalgenome.org/evrepo/ui/summary/classifications?pgSize=1https://erepo.clinicalgenome.org/evrepo/ui/summary/classifications?pgSize=500<br></td>
<td>pgSize</td>
<td>Numeric values</td>
<td>The number of records a query obtains</td>
<td>https://erepo.clinicalgenome.org/evrepo/ui/summary/classifications?pgSize=25<br>https://erepo.clinicalgenome.org/evrepo/ui/summary/classifications?pgSize=1https://erepo.clinicalgenome.org/evrepo/ui/summary/classifications?pgSize=500<br></td>
</tr>
<tr>
<td class="tg-0lax">pg</td>
<td class="tg-0lax">Numeric values</td>
<td class="tg-0lax">The page requesting, respective to the pgSize.</td>
<td class="tg-0lax">https://erepo.clinicalgenome.org/evrepo/ui/summary/classifications?pg=25<span style="font-weight:400;font-style:normal">https://erepo.clinicalgenome.org/evrepo/ui/summary/classifications?pgSize=25&amp;pg=1</span><br><span style="font-weight:400;font-style:normal">https://erepo.clinicalgenome.org/evrepo/ui/summary/classifications?pgSize=25&amp;pg=100</span><br></td>
<td>pg</td>
<td>Numeric values</td>
<td>The page requesting, respective to the pgSize.</td>
<td>https://erepo.clinicalgenome.org/evrepo/ui/summary/classifications?pg=25<span style="font-weight:400;font-style:normal">https://erepo.clinicalgenome.org/evrepo/ui/summary/classifications?pgSize=25&amp;pg=1</span><br><span style="font-weight:400;font-style:normal">https://erepo.clinicalgenome.org/evrepo/ui/summary/classifications?pgSize=25&amp;pg=100</span><br></td>
</tr>
</tbody>
</table>
Clone repository
  • Evidence Repository API
  • Home