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