Description Usage Arguments Value See Also
Takes a folder with multiple Log.final.out files from STAR, and create a multiQC report. This is automatically run with STAR.align.folder function.
1 | STAR.allsteps.multiQC(folder, steps = "auto")
|
folder |
path to main output folder of STAR run. The folder that contains /aligned/, "/trim/, "contaminants_depletion" etc. To find the LOGS folders in, to use for summarized statistics. |
steps |
a character, default "auto". Find which steps you did. If manual, a combination of "tr-co-ge". See STAR alignment functions for description. |
data.table of main statistics, plots and data saved to disc. Named: "/00_STAR_LOG_plot.png" and "/00_STAR_LOG_table.csv"
Other STAR:
STAR.align.folder()
,
STAR.align.single()
,
STAR.index()
,
STAR.install()
,
STAR.multiQC()
,
STAR.remove.crashed.genome()
,
getGenomeAndAnnotation()
,
install.fastp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.