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
The GenomeMap represents the metadata associated with a reference map of a particular species genome. A GenomeMap can either represent a physical map or genetic map.
class | Genome Maps
Classes: GenomeMap
Endpoints: get /maps/{mapDbId}, get /maps
I would like to suggest that we split GenomeMap into 2 separate endpoints:
genomePhysMap for the physical position of a marker based on a reference genome, assembly number, and in basepairs
genomeGenMap for the genetic positon of marker based on genetic mapping studies and in centiMorgans (cM)
The text was updated successfully, but these errors were encountered:
I would like to suggest that we split GenomeMap into 2 separate endpoints:
The text was updated successfully, but these errors were encountered: