readCNData(folder, method = NULL, sex = c("X"), FUN = NULL, version = NULL, window = NULL, rankThr = NULL, pfbFilename, lengthThr = 10, ...)NULL or a character.
If a character, it specifies the method used generate the copy number output. Currently supported: "seqcna", "cnanorm", "patchwork", "freec", "oncosnp", "oncosnp-seq", "gap" and "exomecnv".
If NULL, a generic input will be assumed with the following columns: chromosome, segment start, segment end, segment length and segment type. The segment types should be coded as 1 (deletion), 2 (normal), 3 (amplification), 11 (LOH deletion), 12 (LOH normal) or 13 (LOH amplification).
NULL or a character vector. If a character vector, it should contain the names of the sexual chromosomes that should be read.
NULL for default replacement based on the selected method.
NULL if unknown and check your software version if reading the copy number data is not successful.
NULL), further arguments passed to the read.delim function, in charge of reading the input files from the selected folder.
facopyInfo object with copy number data.
# myCalls = readCNData("~/myFolder/", "seqcna")
# myCalls = readCNData("~/myFolder/", "gap", pfbFilename="~/myPfb.pfb")
# myCalls = readCNData("~/myFolder/", "cnanorm", window=50000)
Run the code above in your browser using DataLab