RunAnalysis | R Documentation |
An all in one line to run STAR+Arriba+MIXTURE
RunAnalysis(sbjFile, feature, immuneTME = TRUE)
sbjFile |
(character) full path to the first fasta file from a subject (subject_1.fastq or subject_1.fastq.gz ), the scond read file should be subject_2.fastq |
feature |
(character) "exon" or "gene". it will be overwritten with "gene" if immuneTME == TRUE |
immuneTME |
(logical (default TRUE) should the |
a list with the following slots:
Fusions : a Gene Fusion data (also in an excel file see RunArriba
)
Counts : a list as returned by GetCounts
iTME : immune tumor microenvironment objets as returned by GetImmuneContent
## Not run:
results <- RunAnalysis(sbjFile = subject_1.fastq.gz)
##if a do not want to run TME and get the exon counts
results <- RunAnalysis(sbjFile = subject_1.fastq.gz, feature = "exon" , immuneTME = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.