starInstallation {chimera} | R Documentation |
A function allowing the download and installation of STAR (Dobin et al. Bioinformatics 2012) in chimera package folder. The function also creates soft links in the user bin folder to allow the call of the above mentioned program.
starInstallation(binDir, os=c("unix","mac"))
binDir |
The user bin folder |
os |
The supported operating systems |
Raffaele A Calogero
#starInstallation(binDir="/somewhere/inyourpc/bin", os="mac")