Description Usage Arguments Value
View source: R/DeseqFunctions.R
create deseq object with protocol specific size factors
1 | deseqObjectWithProtocolSpecificSizeFactors(passing_qc1_meta_qual, raw_counts)
|
passing_qc1_meta_qual |
can be any metadata df, but if you're going to run deseq you may want to filter it for passing samples first |
raw_counts |
a dataframe of raw counts with genes in the rows and samples in the columns. sample names must be the same as the fastqFileName column in passing_qc1_meta_qual. |
a deseq data object with size factors calculated within the library protocol groups
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.