applyGREAT | R Documentation |
Use the rGREAT package to find enrichment of GO terms or genes for the peaks found to be most pattern differentiating using the PatternMarker statistic.
applyGREAT(
cogapsResult,
granges,
genome,
scoreThreshold = NULL,
GREATCategory = "GO"
)
cogapsResult |
result object from CoGAPS |
granges |
GRanges object corresponding to the peaks of the scATAC-seq data CoGAPS was applied to |
genome |
UCSC genome designation for input to the sumbitGreatJob function from the rGREAT package (e.g. "hg19") |
scoreThreshold |
threshold of PatternMarker score to take peaks for analysis, higher values return more peaks. Defaults to use all PatternMarker genes with value NULL |
GREATCategory |
input to the category argument of the rGREAT getEnrichmentTables function. Usually "GO" or "Genes" |
list containing enrichment results for each pattern
data("schepCogapsResult")
data(schepGranges)
GOenrichment <- applyGREAT(cogapsResult = schepCogapsResult,
granges = schepGranges, genome = "hg19")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.