make_comparison | R Documentation |
Compare expression in two strains specified by contrats using edgeR package glmTreat
make_comparison(
fit,
contrast_comp,
design,
genes,
plot_md = TRUE,
plot_volcano = TRUE,
complete_list = FALSE,
fold_change = 1.5,
toptags_print = 5
)
fit |
fit object made using edgeR package |
contrast_comp |
strains to compare, have to present in the design |
design |
design specifying which libraries belong to which strain |
genes |
data_frame containing genes data |
plot_md |
should md plot be shown? defaut TRUE |
plot_volcano |
should volcano plot be shown? default TRUE |
complete_list |
should it return complete list of genes or only those differentially expressed? default FALSE |
fold_change |
fold change used in glmTreat function |
toptags_print |
how many genes should be printed? |
result of topTags function for all or differentially expressed genes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.