Description Usage Arguments Value Author(s) See Also Examples
This function summarise each copy-number profile using a number of different feature distributions: sigment size, breakpoint number (per ten megabase), change-point copy-number, segment copy-number, breakpoint number (per chromosome arm), length of segments with oscilating copy-number.
1 2 | cnv_derivefeatures(CN_data, cores = 1, genome_build = c("hg19",
"hg38"))
|
CN_data |
a |
cores |
number of compute cores to run this task.
You can use |
genome_build |
genome build version, must be one of 'hg19' or 'hg38'. |
a list
contains six copy number feature distributions.
Geoffrey Macintyre, Shixiang Wang
cnv_plotFeatureDistribution()
for plotting feature distributions.
Other CNV analysis functions: cnv_autoCaptureSignatures
,
cnv_chooseSigNumber
,
cnv_extractSignatures
,
cnv_fitMixModels
,
cnv_generateSbCMatrix
,
cnv_getLengthFraction
,
cnv_pipe
,
cnv_plotDistributionProfile
,
cnv_plotFeatureDistribution
,
cnv_plotMixComponents
,
cnv_plotSignatures
,
cnv_quantifySigExposure
,
cnv_readprofile
1 2 3 4 5 6 7 | ## Not run:
## load example copy-number data from tcga
load(system.file("inst/extdata", "example_cn_list.RData", package = "VSHunter"))
## generate copy-number features
tcga_features = cnv_derivefeatures(CN_data = tcga_segTabs, cores = 1, genome_build = "hg19")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.