Description Usage Arguments Value Examples
find peaks.
1 2 3 |
files |
Character vector containing paths of files to be analyzed. |
chr |
Integer specifying which chromosme to limit analysis to. |
fraglen |
Integer indicating the average DNA fragment length in bp |
rlen |
Integer indicating the read length in bp |
min_win |
Integer indicating the minimum window size to be used in constructing grid |
max_win |
Integer indicating the maximum window size to be used in constructing grid |
blocksize |
Integer indicating how large of a chunk of the chromosome will be analyzed at a time |
zthresh |
Z-score threshold over which peaks will be retained. |
min_count |
Double indicating a small amount to use as minimum count instead of zero. |
grid |
Numeric vector grid |
filetype |
Character, either "bam" or "bed" |
save |
Boolean, save files. |
s.
1 2 3 | bam <- system.file("extdata", "test.bam", package = "DEScan")
peaks <- findPeaks(bam, chr = 1, filetype = "bam")
head(peaks)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.