Description Usage Arguments Value Examples
View source: R/genesCARMA.R View source: R/genesCARMA 2.R
This function assigns CARMA scores to genes.
1 | genesCARMA(carma, data.type = "normalized")
|
carma |
a list containing CARMA scores for each sample, obtained by running the |
data.type |
|
A list of data frames giving CARMA scores per gene.
1 2 | carma.scores <- CARMA(test.data, region.type="arm", hg.version="hg19")
gene.scores <- genesCARMA(carma.scores, "normalized")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.