Description Usage Arguments Value Examples
View source: R/summaryCARMA.R View source: R/summaryCARMA 2.R
This function reformats the output data from the CARMA
function into one single table containing CARMA scores for all samples.
1 | summaryCARMA(carma, scores = "regions", data.type = "normalized")
|
carma |
the output file from the |
scores |
the type of scores to be returned: |
data.type |
the type of data to be returned: |
A data frame containing CARMA scores for all samples.
1 2 | carma.scores <- CARMA(test.data, region.type="arm", hg.version="hg19")
summary.table <- summaryCARMA(carma.scores)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.