getCounts | R Documentation |
GRN
objectGet counts for the various data defined in a GRN
object.
getCounts(GRN, type, norm, permuted = FALSE)
GRN |
Object of class |
type |
Character. Either |
norm |
Logical. |
permuted |
|
Data frame of counts, with the type as indicated by the function parameters.
# See the Workflow vignette on the GRaNIE website for examples GRN = loadExampleObject() counts.df = getCounts(GRN, type = "peaks", norm = TRUE, permuted = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.