STAR.install {ORFik} | 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" |
path to runnable STAR
https://www.ncbi.nlm.nih.gov/pubmed/23104886
Other STAR:
STAR.align.folder()
,
STAR.align.single()
,
STAR.index()
,
STAR.multiQC()
,
STAR.remove.crashed.genome()
,
getGenomeAndAnnotation()
,
install.fastp()
#STAR.install("~/bin", version = "2.7.4a")