NOISeq

User Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tutorial [2013/03/27 11:13]
sotacam
tutorial [2014/01/08 11:55] (current)
sotacam
Line 1: Line 1:
 ====== NOISeq Tutorial ====== ====== NOISeq Tutorial ======
  
-The NOISeq tutorial can be downloaded from Bioconductor website. Click [[http://​www.bioconductor.org/​packages/​2.12/​bioc/​html/​NOISeq.html|here]].+The NOISeq tutorial can be downloaded from Bioconductor website. Click [[http://​www.bioconductor.org/​packages/​release/​bioc/​html/​NOISeq.html|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.+In NOISeq package, you can find not only the methods NOISeq and NOISeqBIO ​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: 
- 
-  - Install NOISeq Bioconductor package (see [[downloads|Downloads]]). 
-  - Download the zip file containing the R scripts for NOISeqBIO (from [[downloads|Downloads]]). 
-  - Unzip this file. 
-  - 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. 
-  - Convert your data into a NOISeq object using the //​readData()//​ function from NOISeq package (see NOISeq tutorial for more information). This step is the same as if you were to use NOISeq instead of NOISeqBIO. 
-  -  ​