View source: R/negative_binomial_check.R
DESeq_large_analysis | R Documentation |
This function calculated the goodness of fit of DESeq2 for larger sample sizes (intended for more than 20 samples).
DESeq_large_analysis(
count_matrix,
condition,
other_variables,
conditions_df,
formula_for_DESeq,
num_samples,
sampled
)
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 |
num_samples |
total number of samples to analyze |
sampled |
the down sampled matrix |
a list containing the string recommendation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.