View source: R/medianExonCoverage.R
medianExonCoverage | R Documentation |
Calculate median values of coverage within exons in rolling windows
medianExonCoverage(
vdj.region.df,
exons.selected,
median.k = 50,
median.thresh = 15,
exons.to.use
)
vdj.region.df |
data frame of positions and coverage values |
exons.selected |
Locations of exons |
median.k |
rolling median window |
median.thresh |
threshold to remove exons with low coverage |
exons.to.use |
option to manually select exons |
Data frame of positions and rolling median of coverage values within chosen exons
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.