mkatari-bioinformatics-august-2013-deseq
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| mkatari-bioinformatics-august-2013-deseq [2015/06/17 08:42] – mkatari | mkatari-bioinformatics-august-2013-deseq [2015/08/21 14:13] (current) – mkatari | ||
|---|---|---|---|
| Line 26: | Line 26: | ||
| Then we will load the experimental design. An example is provided [[https:// | Then we will load the experimental design. An example is provided [[https:// | ||
| < | < | ||
| - | expdesign = read.table(pathToExpDesign) | + | expdesign = read.table(" |
| </ | </ | ||
| Line 53: | Line 53: | ||
| An important part of DESeq is to estimate dispersion. This is simply a form of variance for the genes. | An important part of DESeq is to estimate dispersion. This is simply a form of variance for the genes. | ||
| < | < | ||
| + | # if you have replicates do the following: | ||
| cds = estimateDispersions( cds ) | cds = estimateDispersions( cds ) | ||
| + | ### HOWEVER, If you have NO replicates, then try this | ||
| + | cds = estimateDispersions( cds, method=" | ||
| </ | </ | ||
mkatari-bioinformatics-august-2013-deseq.1434530555.txt.gz · Last modified: by mkatari
