View source: R/readFunctions.R
readVCFCn | R Documentation |
Read in copy number data from standard VCF files
readVCFCn(directory, pattern = "*.vcf")
directory |
A directory containing the files. |
pattern |
The filename pattern matching the files. |
A data.table with column names SampleID, Chr, Start, End, Bins, SVType, Length.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.