View source: R/getAnnotation.R
getAnnotation | R Documentation |
This function loads the annotation of experiments and samples of quantitative expression datasets (rna_seq, affymetrix, sc_full_length) that are available from Bgee.
getAnnotation(myBgeeObject)
myBgeeObject |
A Reference Class Bgee object, notably specifying the targeted species and data type. |
A list of two elements, including a data frame of the annotation of experiments for chosen species (field "experiment.annotation") and a data frame of the annotation of chips/libraries from these experiments (field "sample.annotation").
Andrea Komljenovic and Julien Roux.
{
bgee <- Bgee$new(species = "Mus_musculus", dataType = "rna_seq")
myAnnotation <- getAnnotation(bgee)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.