View source: R/DESeq2_functions.R
check_terms_matrix | R Documentation |
When running DESeq2 you usually add multiple terms to the matrix design. Test the effect of them
check_terms_matrix(
sampleSheet.given,
countsGiven,
list.terms,
red.formula.given,
list_of_cols,
compID.given,
comp.folder.given,
int_threads = 2,
gene.annot.df = NULL,
shrinkage.given = "apeglm"
)
sampleSheet.given |
Samplesheet containing metadata information |
countsGiven |
Dataframe/matrix of counts |
list.terms |
List of terms from samplesheet to include in design matrix |
red.formula.given |
Design formula to use as naive and in reduction |
compID.given |
Tag name to include for each comparison |
comp.folder.given |
Absolute path to store results |
int_threads |
Number of threads to use |
shrinkage.given |
LFC shrinkage estimator provided. Available: apeglm, ashr or normal |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.