getMotifSummaryTable {RCAS} | R Documentation |
Get summary stats for top discovered motifs
getMotifSummaryTable(motifResults)
motifResults |
Output object of |
A data.frame object containing summary statistics about the discovered motifs
data(queryRegions) motifResults <- runMotifDiscovery(queryRegions = queryRegions[1:1000], genomeVersion = 'hg19', resize = 15, motifN = 1, maxMismatch = 1, nCores = 2) motifSummary <- getMotifSummaryTable(motifResults)