nPeaks | R Documentation |
GRN
object.Return the number of peaks (all or only non-filtered ones) that are defined in the GRN
object.
nPeaks(GRN, filter = TRUE)
GRN |
Object of class |
filter |
TRUE or FALSE. Default TRUE. Should peaks marked as filtered be included in the count? |
Integer. Number of peaks that are defined in the GRN
object, either by excluding (filter = TRUE) or including (filter = FALSE) peaks that are currently marked as filtered.
# See the Workflow vignette on the GRaNIE website for examples GRN = loadExampleObject() nPeaks(GRN, filter = TRUE) nPeaks(GRN, filter = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.