Description Usage Arguments Value Author(s) See Also Examples
View source: R/analysisRNA_runArriba.R
Run Arriba on RNA-Seq samples using structural-variants information derived from WGS.
1 | runArriba(data.SV, minTAF = 0.05, bamFolder, outputFolder)
|
data.SV |
(GRanges): GRanges of SV derived from WGS. |
minTAF |
(integer): Min. TAF of SV to take into the analysis, set to zero (0) for no filtering. |
bamFolder |
(character): Path to folder containing the RNA-Seq BAM files (STAR). |
outputFolder |
(character): Path to folder to write Arriba output. |
(chr) Command to run Arriba.
Job van Riet j.vanriet@erasmusmc.nl
Other RNA-Seq:
importArriba()
,
retrieveDESeq2Results()
1 2 3 4 5 6 | runArriba(
data.SV = DR71.CohortWGS$structuralVariants,
minTAF = 0.05,
bamFolder = '/mnt/data2/hartwig/DR71/Oct2020/dataHMF/RNASeq/BAM/',
outputFolder = '/mnt/data2/hartwig/DR71/Oct2020/dataHMF/RNASeq/Arriba/'
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.