View source: R/GRCovFiltration.R
GRCovFiltration | R Documentation |
Exclusion of restriction sites with insufficient coverage
GRCovFiltration(
bamFiles,
GR,
tread = 1,
mincov = 30,
minSample = 1,
duplicate = T
)
bamFiles |
Vector with bam file names |
GR |
GRanges object with coordinates of restriction sites |
tread |
The number of running threads at the same time, doesn't work in windows. |
mincov |
Minimum coverage. |
minSample |
Minimum number of samples for which the restriction site has the minimum amount of coverage. |
duplicate |
Remove duplicates |
Filtered Granges object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.