motif_list_sample | R Documentation |
you can compare two fasta file include the enrichment of your interested motifs
motif_list_sample(fastaFile1, fastaFile2, motifdir)
fastaFile1 |
a file containing the reads must be fasta file |
fastaFile2 |
a file containing the reads must be fasta file |
motifdir |
the directory containing the motifs(universalmotif format) |
a histogram png file
motif_list_sample("/wrk/yuanzhen/b6test/30.fa","/wrk/yuanzhen/b6test/101.fa","/wrk/yuanzhen/b6test/motiffilterdir") my_png=motif_list_sample("/wrk/yuanzhen/b6test/30.fa","/wrk/yuanzhen/b6test/101.fa","/wrk/yuanzhen/b6test/motiffilterdir")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.