View source: R/modifiedDEPFunction.R
plot_normalization | R Documentation |
The original functions from DEP pacakge can be found at: https://bioconductor.org/packages/release/bioc/html/DEP.html The only modification made is replace "condition" with "experiement" to match the NetPhorce definition of each of these two terms. normalize_vsn and theme_DEP1 also listed here as necessary functions for plot_normalization.
plot_normalization(se, se_norm, filterCondition = NULL)
se |
(Required). SummarizedExperiment object from the NetPhorce Object, log2-transformed raw count. |
se_norm |
(Required). SummarizedExperiment object from the NetPhorce Object. normalized log2-transformed raw count. |
filterCondition |
(Required). Experimental condition. |
plot object
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.