facopyInfo object that had been created from copy number data.
addVariables(fad, varInfo, varTypes,  varColumns = NULL, varValues = NULL, varColumnsNames = NULL, varValuesNames = NULL, ...)facopyInfo object with a certain study's facopy data. 
data.frame. If it is a character, it should indicate the name of the file with information on the variables. If it is a codedata.frame, a column named code should contain the samples' unique identifiers.
"categorical" or "quantitative".
read.table, such as the presence of header and the column separation character. Only used if varInfo is a character that indicates the name of the file with variable information.
facopyInfo object with incorporated phenotypic information. 
data(myCalls)
data(myVariables)
myStudy = addVariables(myCalls, myVariables, c("continuous","categorical")) 
Run the code above in your browser using DataLab