Hello,
I am looking for some guidance in troubleshooting my results from Meme. It seems like I am able to find motifs just find with the meme command, but gomo is not returning any results. I am hoping I am just making a silly mistake.
I am working with ATACseq data on a non-model organism (P. fluviatilis), and have peak reads from eye samples. The .fa file I am working with is accepted just fine, and looks something like this:
tail macs2.peaks.fa
>VHII01000302.1:5963-6017
ACAGAGGGCCGGGTGATGACGAGGCGGTGGacgagccaatcacagagctGCGTA
>VHII01000302.1:6483-6552
GCCTCTGTTGTCCTAATTAAGGCTGGGTATCCAGGCCTCTGTTGTCCTAATTAAGGCTGGGTATCCAGG
>VHII01000302.1:6599-6652
AATTAAGGCTGGGTATCCAGGCCACTGTTGTCCTAATTAAGGCTGGGTATCCA
>VHII01000303.1:952-1052
tacacacacacacacagacacacacacacacactctaacacatacacatacatacacacacacacacatacacacacacacatacacacacacacacaca
So. now to the issue. First I did:
meme macs2.peaks.fa -o ./meme-output -dna -mod zoops -nmotifs 25 -minw 4 -maxw 20
And I got the output meme.txt. I then ran fasta-get-markov:
fasta-get-markov
macs2.peaks.fa > macs2.eye.model
The .model file looks like this:
# 0-order Markov frequencies from file
macs2.peaks.fa
# seqs: 142955 min: 41 max: 2019 avg: 129.4 sum: 18495495 alph: DNA
# order 0
A 2.453e-01
C 2.547e-01
G 2.547e-01
T 2.453e-01
Next, I converted to meme.txt into cisML:
ama meme.txt
macs2.peaks.fa macs2.eye.model --pvalues --o macs2_eye_ama_output
Which gives me my ama.xml file. Lastly, I take the ama.xml file and compared it to zebrafish or human motifs. This is where I am not getting results. Here is the code I use:
gomo fish_danio_rerio_1000_199.na.csv ./macs2_eye_ama_output/ama.xml
For fun I also tried human:
gomo mammal_homo_sapiens_1000_199.na.csv ./macs2_eye_ama_output/ama.xml
And here is the gomo.tsv file contents:
Motif_Identifier GO_Term_Identifier GOMo_Score p-value q-value
# GOMo (Gene Ontology for Motifs): Version 5.5.7 compiled on Sep 19 2024 at 15:25:23
# The format of this file is described at https://meme-suite.org/meme/doc/gomo-output-format.html.
# gomo mammal_homo_sapiens_1000_199.na.csv ./macs2_eye_ama_output/ama.xml
So as you can see, no results. I am a bit confused as to what went wrong. I clearly have motifs, yet I am not finding any results for GOMo? I am feeling very stupid right now, so any tips/fixes/advice would be really appreciated!
Thanks for your time,