examples.Rd
We provide examplar expression data (counts or voomed) as well as exemplar gene sets in different forms.
exampleExpressionSet( dataset = c("tumor-vs-normal", "tumor-subtype"), do.voom = TRUE ) exampleGeneSets(x, unlist = !missing(x)) exampleGeneSetDb() exampleGeneSetDF() exampleMultiGSEAResult(cached = TRUE) exampleDgeResult(species = "human", id.type = "ensembl", induce.bias = NULL)
dataset | Character vector indicating what samples wanted, either
|
---|---|
do.voom | If TRUE, a voomed EList is returned, otherwise an ExpressionSet of counts. |
x | If provided, an expression/matrix object so that the genesets are returned as (integer) index vectors into the rows of x whose rownames match the ids in the geneset. |
A list of lists of entrezIDs when as == 'lol'
, or
a list of integers into the rows of exampleExpressionSet
for the genes in the given geneset.
The expression data is a subset of the TCGA BRCA indication. Calling
exampleExpressionSet(do.voom = TRUE)
will return a voomed EList
version
of the data. When do.voom = FALSE
, you will get a DGEList of the counts
Returns gene sets as either a list of feature identifiers or integers
that index into a target expression object x
.
Returns gene sets as a GeneSetDb
object
Returns a data.frame of gene set definitions. A data.frame of this form
can be passed into the GeneSetDb()
contructor.