Description Usage Arguments Value Author(s) See Also
Calculate length fraction profile of copy number
1 2 3 | cnv_getLengthFraction(CN_data, genome_build = c("hg19", "hg38"),
cols = c("Chromosome", "Start.bp", "End.bp", "modal_cn"),
sample_col = "sample")
|
CN_data |
a |
genome_build |
genome build version, must be one of 'hg19' or 'hg38'. |
cols |
four characters used to specify chromosome, start position, end position and copy number value in input, respectively. Default use names from ABSOLUTE calling result. |
sample_col |
a character used to specify the sample column name. |
a data frame
Shixiang Wang w_shixiang@163.com
Other CNV analysis functions: cnv_autoCaptureSignatures
,
cnv_chooseSigNumber
,
cnv_derivefeatures
,
cnv_extractSignatures
,
cnv_fitMixModels
,
cnv_generateSbCMatrix
,
cnv_pipe
,
cnv_plotDistributionProfile
,
cnv_plotFeatureDistribution
,
cnv_plotMixComponents
,
cnv_plotSignatures
,
cnv_quantifySigExposure
,
cnv_readprofile
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.