Description Usage Arguments Value Examples
View source: R/motif_analysis.R
Get summary stats for top discovered motifs
1 | getMotifSummaryTable(motifResults)
|
motifResults |
Output object of |
A data.frame object containing summary statistics about the discovered motifs
1 2 3 4 5 6 7 8 | 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.