View source: R/workflow_oncoscan.R
workflow_oncoscan.ascat | R Documentation |
Run the standard workflow for ASCAT files (from oncoscan data).
workflow_oncoscan.ascat(ascat.fn)
ascat.fn |
Path to the text-export ASCAT file |
Identifies the globally altered arms (\>=90% of arm altered),
computes the HRD and TD+ scores. The amplification is defined as a CN>=5.
An arm is gained if of CN type cntype.gain
unless the arm is
amplified.
A list of lists with the following elements:
armlevel = list(AMP= list of arms, GAIN= list of arms, LOSS= list of
arms, LOH= list of arms),
scores = list(LST= number, LOH= number, TDplus= number, TD= number),
file = path of the ChAS file as given by the parameter)
segs.filename <- system.file('extdata', 'ascat_example.txt',
package = 'oncoscanR')
workflow_oncoscan.ascat(segs.filename)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.