A data frame containing the CNVs. Each row contains the following columns for one CNV:
SampleID
ID assigned to the subject's DNA sample in which the CNV was
found
Chr
Chromosome on which the CNV is located
Coord_i
Start position of the CNV on the chromosome
Coord_f
End position of the CNV on the chromosome
Type
CNV type (e.g. "DEL" or "DUP")
Genes
(empty string)
CnvID
ID assigned to the CNV
N.B. that the Genes column is *not* assigned. Normally it should contain genes affected by the CNV -- stored in a delimited format inside a character string (e.g. "54777;255352;84435" for semicolon-delimited EntrezGene identifiers). To assign this column, use the getCnvGenes() function. The data frame can then be assigned to the cnv element of the cnvData list structure that comprises one of the slots in a CnvGSAInput object.