callCNV | R Documentation |
This function leverages QDNAseq to process BAM files for CNV analysis. It applies a sequence of operations including binning, filtering, correcting, normalizing, smoothing, segmenting, and calling to generate a QDNAseqCopyNumbers object.
callCNV(bamfile, bin_size = 1000, genome_label = "hg19")
bamfile |
A string specifying the path to a single BAM file. |
bin_size |
A numerical value indicating the size of the bins (default is 1000). |
genome_label |
A string specifying the genome label (default is "hg19"). |
A 'QDNAseqCopyNumbers' object containing the copy number variation results.
callCNV(bamfile = "path/to/your/file.bam", bin_size = 1000, genome_label = "hg19")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.