## load a data frame constructed from a vcf file with vcf2txt
## Not run:
# ## download vcf_table.txt.gz
# url <- "https://zhangz05.u.hpc.mssm.edu/saasCNV/data/vcf_table.txt.gz"
# tryCatch({download.file(url=url, destfile="vcf_table.txt.gz")
# }, error = function(e) {
# download.file(url=url, destfile="vcf_table.txt.gz", method="curl")
# })
# ## If download.file fails to download the data, please manually download it from the url.
#
# vcf_table <- read.delim(file="vcf_table.txt.gz", as.is=TRUE)
# seq.data <- cnv.data(vcf=vcf_table, min.chr.probe=100, verbose=TRUE)
# ## End(Not run)
## see how seq.data looks like
data(seq.data)
head(seq.data)
Run the code above in your browser using DataLab