View source: R/negative_binomial_check.R
permuted_DESeq | R Documentation |
This function performs DESeq on the permuted dataset adjusted pvalues.
permuted_DESeq(
count_matrix,
condition,
other_variables,
conditions_df,
formula_for_DESeq
)
count_matrix |
matrix containing the data to be analyzed |
condition |
a vector containing a factor of the condition of interest (typically batch) |
other_variables |
a vector of strings of other variables of interest |
conditions_df |
data frame containing information for the other variables of interest (columns in order of the other_variables vector) |
formula_for_DESeq |
the stat formula to be used in the DESeq analysis |
a DESeq2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.