filterData | R Documentation |
GRN
objectFilter data from a GRN
object
filterData( GRN, minNormalizedMean_peaks = 5, maxNormalizedMean_peaks = NULL, minNormalizedMeanRNA = 1, maxNormalizedMeanRNA = NULL, chrToKeep_peaks = c(paste0("chr", seq_len(22)), "chrX", "chrY"), minSize_peaks = NULL, maxSize_peaks = 10000, minCV_peaks = NULL, maxCV_peaks = NULL, minCV_genes = NULL, maxCV_genes = NULL, forceRerun = FALSE )
GRN |
Object of class |
minNormalizedMean_peaks |
Numeric or |
maxNormalizedMean_peaks |
Numeric or |
minNormalizedMeanRNA |
Numeric or |
maxNormalizedMeanRNA |
Numeric or |
chrToKeep_peaks |
Character vector. Default |
minSize_peaks |
Integer or |
maxSize_peaks |
Integer or |
minCV_peaks |
Numeric or |
maxCV_peaks |
Numeric or |
minCV_genes |
Numeric or |
maxCV_genes |
Numeric or |
forceRerun |
|
The same GRN
object, with added data from this function.
# See the Workflow vignette on the GRaNIE website for examples GRN = loadExampleObject() GRN = filterData(GRN, forceRerun = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.