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
When searching gene: SCGB2A1 for dataset collection: scRNA-seq - Crista, mouse (Bermingham-McDonogh) you incorrectly get that "Neither the given gene symbol(s) nor corresponding orthologs were found in this dataset. "
However when searching gene: SCGB2A2 on the same dataset collection values show up. SCGB2A2 is an ortholog to SCGB2A1.
The text was updated successfully, but these errors were encountered:
Spot-checked one of the datasets in that profile and while Scgb2a2 is in the dataset, Scgb2a1 was not found. So if the ortholog feature mapping file does not have an entry saying that Scgb2a1 maps to Scgb2a2 (or any organism-specific variants on casing) then the ortholog will not be found.
First attempt to do a case-insensitive match of the searched gene against genes in the dataset. If not found go to 2)
If preferred organism is saved as a user default, map genes from that organism to the dataset organism. If user has no organism default, go through each organism and attempt to find mappings, stopping if any gene has a map in the feature mapping file. If nothing maps, go to 3)
Throw the "Orthology mapping not found error".
We discussed having this error link to some wiki documentation explaining what we use for orthology mapping. Currently we use the Alliance of Genomes orthology mapping file found here (https://www.alliancegenome.org/downloads#orthology). It is worth noting that gEAR will format this mapping file to fit our needs but we do not make any assertions on orthology beyond what the original Alliance of Genomes orthology file contains. The wiki should also be kept up to date regarding the orthology version that we use, and contain links to alternative orthology mappings if a requested organism mapping does not exist in the Alliance of Genomes mapping file.
When searching gene: SCGB2A1 for dataset collection: scRNA-seq - Crista, mouse (Bermingham-McDonogh) you incorrectly get that "Neither the given gene symbol(s) nor corresponding orthologs were found in this dataset. "
However when searching gene: SCGB2A2 on the same dataset collection values show up. SCGB2A2 is an ortholog to SCGB2A1.
The text was updated successfully, but these errors were encountered: