Description Usage Arguments Value Author(s) See Also
This function is used to read copy number profile for preparing CNV signature analysis.
1 2 3 4  | 
input | 
 a   | 
is_dir | 
 logical. Is   | 
pattern | 
 an optional regular expression used to select part of files if input is a directory, more detail please see   | 
ignore_case | 
 logical. Should pattern-matching be case-insensitive?  | 
sep | 
 the field separator character for input file(s) if   | 
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.  | 
have_sampleCol | 
 logical. Does input have sample column?
This parameter must be   | 
sample_col | 
 a character used to specify the sample column name.  | 
a list contains absolute copy-number profile for multiple samples.
Shixiang Wang w_shixiang@163.com
cnv_derivefeatures() for deriving CNV features, cnv_getLengthFraction() for calculating
CNV length fraction (normalized to arm), cnv_plotDistributionProfile() for plotting profile of
CNV distribution.
Other CNV analysis functions: cnv_autoCaptureSignatures,
cnv_chooseSigNumber,
cnv_derivefeatures,
cnv_extractSignatures,
cnv_fitMixModels,
cnv_generateSbCMatrix,
cnv_getLengthFraction,
cnv_pipe,
cnv_plotDistributionProfile,
cnv_plotFeatureDistribution,
cnv_plotMixComponents,
cnv_plotSignatures,
cnv_quantifySigExposure
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.