View source: R/zfj_motif_202108.R
autoseed_motif_disc | R Documentation |
Motif Discovery with Autoseed
autoseed_motif_disc( sig_file, outdir = NULL, bk_file = "/var/www/html/selex/data/sequence/Empty.seq", local_max_cutoff = 40 )
sig_file |
a file containing the reads for motif discovery, can be either a fastq, fasta, or plain text file |
outdir |
the path to store output data (seeds and svg visualizations) |
bk_file |
the background file for motif discovery, leave blank to use random sequences |
local_max_cutoff |
the sensitivity of motif discovery (it tells at least how many hits of the seed consensus should exist in the sig_file, in order to generate a PFM output for this seed ) |
a list of pfms discovered from the sig_file, can use ggseqlogo for further visualization
sig_file="/var/www/html/selex/data/sequence/random40ND8.44.ATI4.seedling.root.20101n.1..30n4u_sig.seq" result=autoseed_motif_disc(sig_file,"/wrk/zhu/test/autoseed_test",local_max_cutoff = 20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.