View source: R/feature_file_editor.R
peak_analysis | R Documentation |
This is a helper function that is used to examine if the peak had a continuous stretch of a given width that has coverage above the high cut-off value.
peak_analysis(View_line, high_cutoff, min_sRNA_length)
View_line |
A line from a RleViews object. |
high_cutoff |
An integer indicating the high coverage threshold value. |
min_sRNA_length |
An integer indicating the minimum sRNA length (peak width). |
Returns a RleViews line if it satisfies conditions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.