identify_motif_match: Title

Description Usage Arguments

View source: R/motif_comparisons.R

Description

Identifies the reference motif that is the best match to the corecmotif and calculates a p-value for that match.

Usage

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/"
)

Arguments

method

pamelaglopez/hTF_array documentation built on Feb. 23, 2022, 12:05 a.m.