| CancerPanel-class | R Documentation | 
CancerPanelClass CancerPanel defines an object (S4 class) that contains data and 
custom arguments to run panel simulations and panel designs.
Class object
Objects can be created by calls of the form 
newCancerPanel(panel, padding_length , utr).
newCancerPanel(panel=data.frame, padding_length=numeric , utr=logical)
argumentsObject of class list 
containing the all panel related information. 
It is filled during the CancerPanel object construction.
dataFullObject of class list 
containing all the alterations 
for all the genes in the panel and every tumor type requested. 
It is filled by the getAlterations method.
dataSubsetObject of class list 
containing all the alteration requested. 
It is filled by the subsetAlterations method. 
Every alteration type is defined by a slot; all slots 
have the same data.frame layout.
show(object = "CancerPanel"): ... 
getAlterations(object = "CancerPanel"): ... 
subsetAlterations(object = "CancerPanel"): ... 
panelDesigner(object = "CancerPanel"): ... 
cpArguments(object = "CancerPanel"): ... 
cpData(object = "CancerPanel"): ... 
cpDataSubset(object = "CancerPanel"): ... 
coveragePlot(object = "CancerPanel"): ... 
coverageStackPlot(object = "CancerPanel"): ... 
saturationPlot(object = "CancerPanel"): ... 
coocMutexPlot(object = "CancerPanel"): ... 
survPowerSampleSize(object = "CancerPanel"): ... 
survPowerSampleSize(object = "CancerPanel"): ... 
cpFreq(object = "CancerPanel"): ... 
panelOptimizer(object = "CancerPanel"): ... 
appendRepo(object = "CancerPanel"): ... 
dataExtractor(object = "CancerPanel"): ... 
propPowerSampleSize(object = "CancerPanel"): ... 
filterMutations(object = "CancerPanel"): ... 
filterFusions(object = "CancerPanel"): ... 
newCancerPanel
showClass("CancerPanel")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.