Description Usage Arguments Details Value Author(s) Examples
View source: R/facopy_internal_v45.r
The function plots alteration frequencies by genomic feature, broken down by variable value (if the variable is discrete). It also allows to plot relevant alteration frequencies within a specified external dataset.
1 | facopyPlot(fad, alteration, varName, db = NULL)
|
fad |
|
alteration |
A character describing the kinds of alteration to include. It should be one of the following: |
varName |
A character indicating the variable of interest within the |
db |
An optional string representing the name of a database whose data will be overlaid in the output plot. Typically, the format is "[ |
Alterations in the selected external database, if selected, are depicted as grey overlaid bars.
A plot is generated in the graphics device. Nothing is returned.
David Mosen-Ansorena
1 2 3 | data(myStudy) # load example study
facopyPlot(myStudy, "amp", "stage", db="gsk_colon")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.