getMotifSummaryTable {RCAS} | R Documentation |
A repurposed/simplified version of the motifRG::summaryMotif
function.
getMotifSummaryTable(motifResults)
motifResults |
Output object of |
A data.frame object containing summary statistics about the discovered motifs
data(queryRegions) motifResults <- runMotifRG(queryRegions = queryRegions, genomeVersion = 'hg19', resize = 15, motifN = 1, nCores = 2) motifSummary <- getMotifSummaryTable(motifResults)