genesCARMA: A function for mapping of CARMA scores to genes

Description Usage Arguments Value Examples

View source: R/genesCARMA.R View source: R/genesCARMA 2.R

Description

This function assigns CARMA scores to genes.

Usage

1
genesCARMA(carma, data.type = "normalized")

Arguments

carma

a list containing CARMA scores for each sample, obtained by running the CARMA function.

data.type

"normalized" or "raw", corresponding to normalized or raw CARMA scores to be mapped to each gene. Default set to "normalized".

Value

A list of data frames giving CARMA scores per gene.

Examples

1
2
carma.scores <- CARMA(test.data, region.type="arm", hg.version="hg19")
gene.scores <- genesCARMA(carma.scores, "normalized") 

arnevpladsen/CARMA documentation built on Dec. 19, 2021, 4:39 a.m.