⚠️There's a newer version (0.30.0) of this package. Take me there.

sleuth: inspect your RNA-Seq

Investigate transcript abundance from kallisto and differential expression analysis from RNA-Seq data.

Installation

The easiest way to install is using the devtools package through Bioconductor.

source("http://bioconductor.org/biocLite.R")
biocLite("devtools")    # only if devtools not yet installed
biocLite("pachterlab/sleuth")

These commands will install sleuth along with all of its dependencies. You can then load sleuth like any other R package:

library('sleuth')

Documentation

We recommend going through the vignette, first though:

vignette('intro', package = 'sleuth')

Detailed documentation can be accessed inside of R using the help() command:

help(package = 'sleuth')

Specific function documentation can also be accessed using ? as you would for any other function in R:

?sleuth_prep

Conventions

  • All sleuth "core" functionality is prefixed by sleuth_ (e.g.

sleuth_prep()).

  • All sleuth plots are prefixed with plot_ (e.g. plot_ma())

Further help

Please visit the sleuth website for ways to get help. In particular, you might find the kallisto-sleuth users Google group helpful.

Copyright

Copyright (C) 2015 Harold Pimentel, Nicolas Bray, Pall Melsted, Lior Pachter

Copy Link

Version

Down Chevron

Version

0.27.3

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

January 1st, 1970

Functions in sleuth (0.27.3)