Description Usage Arguments Value Examples
Reads a mod.df object created by readModDir
with ucov/tcov.
1 | coverageSummary(mod.row, method)
|
method |
How is 'coverage' summarized. "mean", "median", "max", "q95". Default: ‘mean’ |
mod.df |
A modification data.frame object |
set.na |
In log2FC field, coverts all NA and NaN values to <VALUE> [FALSE]. Set to FALSE to leave unchanged. |
set.inf |
In log2FC field, coverts all Inf or -Inf values to <VALUE> [FALSE]. Set to FALSE to leave unchanged |
A data.frame of <Gene>, <uCov_summary>, <tCov_summary>
1 2 | geneCov.wt <- geneCoverage( mod.df.wt1, method = "mean")
geneCov.ko <- geneCoverage( mod.df.ko1, method = "mean")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.