Description Usage Arguments Value exampleExpressionSet exampleGeneSets exampleGeneSetDb exampleGeneSetDF
We provide examplar expression data (counts or voomed) as well as exemplar gene sets in different forms.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.