View source: R/motif_analysis.R
getMotifSummaryTable | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.