Description Usage Arguments Value Author(s) References See Also
Use this function to start a DESeq analysis if you used htseq-count to count your reads.
1 | newCountDataSetFromHTSeqCount(sampleTable, directory = ".")
|
sampleTable |
A data frame with three or more columns. Each row describes one sample. The first column is the sample name, the seond column the file name of the count file generated by htseq-count, and the remaining columns are sample meta data. If the meta data consists of only a single column (i.e., three columns in total), this is used as 'condition' factor. |
directory |
The directory relative to which the filenames are specified. |
A CountDataSet object.
Simon Anders
See http://www-huber.embl.de/users/anders/HTSeq/ for htseq-count.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.