cnv | R Documentation |
Infer Copy Number Variations (CNVs) in Cancer Cells from ATAC-seq Fragment Overlap
cnv(
fragmentoverlap,
windowcovariates,
levels = c(2, 4),
nfragspercellmin = 5000,
nfragspercellmax = 10^5.5,
deltaBICthreshold = 0
)
fragmentoverlap |
Frequency of fragment overlap in each cell-window
computed by the function |
windowcovariates |
Chromosomal windows for which copy number
gain/loss are initially inferred. Required columns are chr, start, end,
window (for example, |
levels |
Possible values of ploidy. For example,
|
nfragspercellmin |
Minimum number of fragments for a cell-window to be eligible. |
nfragspercellmax |
Maximum number of fragments for a cell-window to be eligible. |
deltaBICthreshold |
Only the CNVs with deltaBIC smaller than this threshold are adopted. |
A list with two elements.
CNV
is a data frame of the CNVs identified in the dataset.
cellwindowCN
is a data frame indicating the ploidy for each cell
and the inferred standardized copy number for each cell-window.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.