View source: R/yz_motif_enrich_fjEdit202111.R
plot_motif_enrichment | R Documentation |
plot motif enrichment of a target file or sequences
plot_motif_enrichment(seqs, pwmlist, threads = 1)
seqs |
the sequence file, or a character of sequences |
pwmlist |
a PWMatrixList containing the pwm of motifs |
a ggplot of the enrichment of each motif
pwmlist <- readRDS("/wrk/zhu/test/motif_curation/curated_30N_motif_pwmlist_20211014.rds") seqs="/wrk/wenchenjin/work/Chenjin1_1__ATI_ara.cell_1/pre_processed/cleaned/B8_20_Mock__root__conc_0nM__time_2h__30n.gz" tt= plot_motif_enrichment(seqs,pwmlist)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.