Description Usage Arguments Examples
DESeq2 wrapper
1 2 3 4 5 6 7 8 9 | run_DESeq2(
geneCounts,
sample_data,
expt_design,
reduced_design,
coefficient,
contrast,
min_lfc
)
|
geneCounts |
data.frame containing raw gene or transcript counts. |
sample_data |
data.frame containing experimental factors, with the number of rows equal to the number of samples |
expt_design |
a formula indicating the factors of the experimental design |
reduced_design |
a formula indicating the reduced version of expt_design (the factor of interest is removed) |
coefficient |
a number indicating the coefficient to be tested |
contrast |
a vector of strings indicating the factor and levels to be tested |
min_lfc |
minimum value of the absolute value of the LFC required to be significant |
1 | run_DESeq2(geneCounts, sample_data, expt_design, reduced_design, coefficient, contrast, min_lfc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.