import_deseq | R Documentation |
This will hopefully make adding counts to a DESeq data set easier, as it tries to handle the various arguments with minimal fuss.
import_deseq(data, column_data, model_string, tximport = NULL)
data |
Counts from htseq/mtrx/tximport/etc |
column_data |
I think this is the sample names, I forget. |
model_string |
Model describing the data by sample names. |
tximport |
Where is this data coming from? |
[DESeq2::DESeqDataSetFromMatrix]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.