NOISeq

User Tools


This is an old revision of the document!


NOISeq Tutorial

The NOISeq tutorial can be downloaded from Bioconductor website. Click here.

In NOISeq package, you can find not only the method to compute differential expression between two experimental conditions from RNA-seq data, but also other functions in order to learn more about saturation, contamination or other biases in your data as well as to explore the differential expression results.

NOISeqBIO Tutorial

Please, follow these instructions to run NOISeqBIO:

  1. Install NOISeq Bioconductor package (see Downloads).
  2. Download the zip file containing the R scripts for NOISeqBIO (from Downloads).
  3. Unzip this file.
  4. To load the NOISeqBIO functions from the R console, please type: source(“NOISeqBIO_v00/loadingFunctions.R”). Remember you have to change the path if you are in another working directory.
  5. Follow this example of application of NOISeqBIO with your own data:
> mydata = readData()  # as it was down in NOISeq (please go to the Tutorial for more information)
> noiseqbio()