View source: R/workflow_oncoscan.R
workflow_oncoscan.chas | R Documentation |
Run the standard workflow for Oncoscan ChAS files.
workflow_oncoscan.chas(chas.fn)
chas.fn |
Path to the text-export ChAS file |
Identifies the globally altered arms (\>=90% of arm altered),
computes the HRD and TD+ scores. The amplification is defined as a CN subtype
cntype.weakamp
or cntype.strongamp
. 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', 'chas_example.txt',
package = 'oncoscanR')
workflow_oncoscan.chas(segs.filename)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.