getMotifSummaryTable {RCAS}R Documentation

getMotifSummaryTable

Description

A repurposed/simplified version of the motifRG::summaryMotif function.

Usage

getMotifSummaryTable(motifResults)

Arguments

motifResults

Output object of runMotifRG function

Value

A data.frame object containing summary statistics about the discovered motifs

Examples


data(queryRegions)
motifResults <- runMotifRG(queryRegions = queryRegions,
                          genomeVersion = 'hg19',
                          resize = 15,
                          motifN = 1,
                          nCores = 2)
motifSummary <- getMotifSummaryTable(motifResults)


[Package RCAS version 1.10.0 Index]