View source: R/FeatureEnrichment.R
FeatureEnrichment | R Documentation |
Calculate empirical p-value for genomic feature enrichment
FeatureEnrichment(
bedFile,
species = "hsapiens",
N = 1000,
tss = c(-3000, 3000),
sys = c("win", "")
)
bedFile |
String with path to bedfile to analyze. Must be a bed file |
species |
string indicating genus/species of genome. One of "hsapiens" or "mmusculus" |
N |
numeric indicating number of iterations |
tss |
numeric vector of length 2 indicating the promoter region around the tss site (default= c(-3000,3000)) |
sys |
string indicating opertating system. - Not working at the moment, currently only works for windows running windows subsystem for linux with bedtools installed |
Data frame with p-values and adjusted p-values (BH corrected) for each genomic feature
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.