getData | R Documentation |
This function loads the quantitative expression data and presence calls for samples available from Bgee (rna_seq, affymetrix).
getData(myBgeeObject, experimentId = NULL)
myBgeeObject |
A Reference Class Bgee object, notably specifying the targeted species and data type. |
experimentId |
An ArrayExpress or GEO accession, e.g., GSE30617. Default is NULL: takes all available experiments for targeted species and data type. |
If experimentId is not specified, returns a list of data frames with data from all experiments for targeted species and data type. If experimentId is specified, returns a data frame with data from this experiment.
Andrea Komljenovic and Julien Roux.
{ bgee <- Bgee$new(species = "Mus_musculus", dataType = "rna_seq") dataMouse <- getData(bgee) dataMouseGSE30617 <- getData(bgee, experimentId = "GSE30617") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.