Description Usage Arguments Value Author(s) Examples
View source: R/getAnnotation.R
This function loads the annotation of experiments and samples of quantitative expression datasets (rna_seq, affymetrix) that are available from Bgee.
1 | 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.
1 2 3 4 | {
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.