View source: R/motif_comparisons.R
Identifies the reference motif that is the best match to the corecmotif and calculates a p-value for that match.
1 2 3 4 5 6 7 8 9 | identify_motif_match(
corec_motif,
reference_motifs_file,
cluster_assignments = NULL,
min_overlap = 5,
method = c("ed", "allr", "pearson", "sandelin", "kullback", "blic1", "blic5", "llr1",
"llr5"),
meme_path = "/share/pkg.7/meme/5.3.3/install/bin/"
)
|
method |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.