loadTopAnatData(species, datatype = c("rna_seq", "affymetrix", "est", "in_situ"), calltype = "expressed", confidence = "all", stage = NULL, host = "http://bgee.org", pathToData = getwd())
See the listBgeeSpecies() function to get an up-to-date list of species.
By default all data type are included: c("rna_seq","affymetrix","est","in_situ")
.
Including a data type that is not present in Bgee for a given species has no effect.
gene2anatomy
list, mapping genes to anatomical structures based on expression calls.
organ.names
data frame, with the name corresonding to UBERON IDs.
organ.relationships
list, giving the relationships between anatomical structures
in the UBERON ontology (based on parent-child "is_a" and "part_of" relationships).
Anatomical structures are identified using IDs from the Uberon ontology (browsable at http://www.ontobee.org/ontology/UBERON). The mapping from genes to anatomical structures includes only the evidence of expression in these specific structures, and not the expression in their substructures (i.e., expression data are not propagated). The retrieval of propagated expression data will likely be implemented in the future, but meanwhile, it can be obtained using specialized packages such as topGO, see the topAnat.R
function.
{
myTopAnatData <- loadTopAnatData(species = "10090", datatype = "rna_seq")
}
Run the code above in your browser using DataLab