getStableGenes: Get a list of stably expressed genes

View source: R/stableGenes.R

getStableGenesR Documentation

Get a list of stably expressed genes

Description

Get a list of genes that are stably expressed in cancer and normal solid tissue.

Usage

getStableGenes(
  n_stable,
  type = c("carcinoma", "blood", "protein"),
  id = c("geneid", "ensembl")
)

Arguments

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)

Value

a character vector with gene IDs sorted by their expected expression levels in the requested tissue

Examples

getStableGenes(5)
getStableGenes(5, id = 'ensembl')
getStableGenes(5, type = 'blood')


DavisLaboratory/singscore documentation built on July 5, 2023, 9:58 a.m.