Description Usage Arguments Value Examples
Get a list of genes that are stably expressed in cancer and normal solid tissue.
1 2 3 4 5 | getStableGenes(
n_stable,
type = c("carcinoma", "blood"),
id = c("geneid", "ensembl")
)
|
n_stable |
numeric, number of stable genes to retrieve |
type |
character, type of stable genes requested, stable genes in "carcinoma" or stable genes in "blood" |
id |
character, gene identifier required. This can be either "geneid" for symbols or "ensembl" ensembl id) |
a character vector with gene IDs sorted by their expected expression levels in the requested tissue
1 2 3 | getStableGenes(5)
getStableGenes(5, id = 'ensembl')
getStableGenes(5, type = 'blood')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.