STAR.install | R Documentation |
Will not run "make", only use precompiled STAR file.
Can only run on unix systems (Linux and Mac), and requires
minimum 30GB memory on genomes like human, rat, zebrafish etc.
STAR.install(folder = "~/bin", version = "2.7.4a")
folder |
path to folder for download, fille will be named "STAR-version", where version is version wanted. |
version |
default "2.7.4a" |
ORFik for now only uses precompiled STAR binaries, so if you already have a STAR version it is adviced to redownload the same version, since STAR genome indices usually does not work between STAR versions.
path to runnable STAR
https://www.ncbi.nlm.nih.gov/pubmed/23104886
Other STAR:
STAR.align.folder()
,
STAR.align.single()
,
STAR.allsteps.multiQC()
,
STAR.index()
,
STAR.multiQC()
,
STAR.remove.crashed.genome()
,
getGenomeAndAnnotation()
,
install.fastp()
## Default folder install:
#STAR.install()
## Manual set folder:
folder <- "/I/WANT/IT/HERE"
#STAR.install(folder, version = "2.7.4a")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.