Description Usage Arguments Value Author(s) Examples
View source: R/facopy_internal_v45.r
Adds feature annotation to a facopyInfo
object and calculates the overlapping frequency in the sample set for every combination of copy number and feature.
1 2 3 4 5 | 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)
|
fad |
|
what |
A character indicating the name of the feature set to use in subsequent analyses. If the name belongs to a set of features integrated in |
genome |
Reference genome build used in the copy number calling step prior to running |
lMargin |
Number of base pairs with which to expand the left flanking side of each feature, increasing its chance to overlap alterations. |
rMargin |
Number of base pairs with which to expand the right flanking side of each feature, increasing its chance to overlap alterations. |
minoverlap |
Minimum overlap, in base pairs, between each feature and alteration. |
data |
If the genomic features of interest are not integrated within |
facopyInfo
object with information on both variable and feature annotations.
David Mosen-Ansorena
1 2 3 | data(myStudy) # load example study
myStudy = addFeatures(myStudy, "oncogene", "hg18")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.