You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Robert Sheridan edited this page Nov 29, 2016
·
1 revision
#Design : Web API for Protein Position Mutation Count
Date accepted: 2016-11-23
Abstract: A Web API endpoint at {appname}/api-legacy/mutation-count-by-protein-positions would return a list of results in the JSON form [{hugoGeneSymbol:TP53,position:83,count:11},...].The position represents the standard amino acid residue from the start of the canonical gene isoform, and the count is the total number of mutation events detected at this position in the referenced protein across all genetic profiles of alteration type EXTENDED_MUTATION.
The input parameter value is a list of mappings from hugo gene symbol string to a list of integers. This mapping defines all requested positions (per gene) at which a count is desired in the return value.