facopyPlot(fad, alteration, varName, db = NULL)
facopyInfo
object with a certain study's facopy
data.
amplifications
All amplifications (CN>2).
- deletions
All deletions (CN<2). -="" loh All loss of heterozygosity (LOH), regardless of copy number.
- cnas
All copy number alterations (CN<>2).
- any
Any kind of alteration.
- all
Any kind of alteration, same as any
.
- onlygain
Only non-LOH amplifications.
- someloss
All deletions plus LOH alterations.
2).>
facopyInfo
object. Call summary
on your facopyInfo
object to see the names of defined variables.
database
]_[dataset
]". The total amplification plus deletion frequencies will be displayed unless alteration
indicates either amplification or deletion. In such cases, only the matching alterations are displayed.
data(myStudy) # load example study
facopyPlot(myStudy, "amp", "stage", db="gsk_colon")
Run the code above in your browser using DataLab