Description Usage Arguments Value Examples
View source: R/classification.R
Classifies motifs by location into hierarchically clustered chromatin loops. It assumes that each base position has an equal chance of occurring in a chromatin loop.
1 | classify(motifs, chromLoops)
|
motifs |
A dataframe of matched motifs with at least the following attributes:
|
chromLoops |
A dataframe of hierarchically clustered chromatin loops with at least the following attributes: #'
|
A dataframe of classified of motifs, their membership scores, and locations
1 2 3 | data("A549ChromLoops")
data("matchedMotifs")
classify(matchedMotifs, A549ChromLoops)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.