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
Currently, there are 2 problems with mtDNA display in Apollo:
the gene page link outs don't work. They're set up to search for the Name attribute at NCBI. There are no name attributes for the features on mtDNA in RefSeq (nor do there appear to be feature pages). A possible solution would be to get the Dbxref gene ID, which represents the entire mitochondrial genome.
the gene name is in the 'gene' field for mtDNA features. We could add that to the description field (in colorbytype) so that it will show up in the display.
The text was updated successfully, but these errors were encountered:
In addition, we may need to separate out mtDNA into a separate Apollo instance since it uses a different genetic code, and Apollo only allows you to choose one code per instance.
Currently, there are 2 problems with mtDNA display in Apollo:
The text was updated successfully, but these errors were encountered: