getHumanMirExp | R Documentation |
Get the human miRNA expression in a given tissue or celltype from the 'microRNAome' package (McCall et al., 2017).
getHumanMirExp(x = NULL)
x |
Desired tissue or celltype |
If 'x' is NULL, returns a vector of the possible values. If 'x' is given and matches a tissue/celltype of the dataset, returns the average miRNA expression as logCPM, i.e. log(1+counts per million).
head(getHumanMirExp("thyroid"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.