Learn R Programming

chimera (version 1.14.0)

tophatInstallation: A function to download tophat, bowtie and samtools

Description

A function allowing the download and installation of tophat, bowtie and samtools in chimera package folder. The function also creates soft links in the user bin folder to allow the call of the above mentioned programs.

Usage

tophatInstallation(binDir, os=c("unix","mac"))

Arguments

binDir
The user bin folder
os
The supported operating systems

Examples

Run this code
#tophatInstallation(binDir="/somewhere/inyourpc/bin", os="mac")

Run the code above in your browser using DataLab