View source: R/16.find_minMSEDistr.R
find_minMSEDistr | R Documentation |
Visualization of MSE profiles, 3' UTR coverage and minimal MSE distribution
find_minMSEDistr(
CPs,
outdir = NULL,
MSE.plot = "MSE.pdf",
coverage.plot = "coverage.pdf",
min.MSE.to.end.distr.plot = "min.MSE.to.end.distr.pdf"
)
CPs |
A list, output from |
outdir |
A character(1) vector, specifying the output directory |
MSE.plot |
A character(1) vector, specifying a PDF file name for outputting plots of MSE profiles. No directory path is allowed. |
coverage.plot |
A character(1) vector, specifying a PDF file name for outputting per-sample coverage profiles. No directory path is allowed. |
min.MSE.to.end.distr.plot |
A character(1) vector, specifying a PDF file name for outputting histograms showing minimal MSE distribution relative to longer 3' UTR end. No directory path is allowed. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.