facopyInfo object and calculates the overlapping frequency in the sample set for every combination of copy number and feature.
addFeatures(fad, what = c("ensembl", "cancergene", "oncogene", "tumorsupressor", "lincRNA", "mirnas")[1], genome = c("hg18", "hg19", "mm8")[1], lMargin = 0, rMargin = 0, minoverlap = 1, data = NULL)facopyInfo object with a certain study's facopy data. Variable information should have been added beforehand on this object (see addVariables).
facopy, annotation is automatically loaded and the parameter data is not used.
facopy. Some feature sets may not be available depending on the selected genome.
facopy, their information can be manually loaded using this parameter.
Either a character or a data.frame. If a character, it indicates the file with the information, with headers and tab-delimited. In either case, the information shoul follow a structure with the following columns:
- chr Chromosome in which the genomic feature lies.
- bp_st Starting genomic position of the feature within the arm.
- bp_en Ending genomic position of the feature within the arm.
- feature Name of the feature.
- chr_q_arm Chromosome arm in which the feature lies.
facopyInfo object with information on both variable and feature annotations.
data(myStudy) # load example study
myStudy = addFeatures(myStudy, "oncogene", "hg18")
Run the code above in your browser using DataLab