omarwagih / rmotifx

Discovery of biological sequence motifs in R
27 stars 12 forks source link

could not find function "motifx #7

Open cjjong23 opened 5 years ago

cjjong23 commented 5 years ago

mot = motifx(fg.seqs, bg.seqs, central.res = 'S', min.seqs = 5, pval.cutoff = 1e-6) Error in motifx(fg.seqs, bg.seqs, central.res = "S", min.seqs = 5, pval.cutoff = 1e-06) : could not find function "motifx" Hi all! I am new to programming and rmotifx but I was able to execute the functions using data that came with the package. However, when I tried using my own data, I received the error above. Anyone can help me with what might have gone wrong? Thanks.