Hi all,
Im am using MEME suite to find out if enriched motif can alter specific pathways.
I am here to ask if the commands I am using is fine. I have some doubts av=bout the go-term database file use d for GOMo input. Where I can find it? Is the one I downloaded with GOMo the one I should use or is it just an example file?
Thanks
G.
This is the commands I am using:
# to obtain the file with 0-order Markov Model
fasta-get-markov -m 0 ${FILE%.bed}.fasta > ${FILE%.bed}.xml
# to obtain the scoring files
ama --oc /output/Ama/$(basename ${FILE%.bed})_JASPAR2022_CORE -pvalues /database/motif_databases/JASPAR/JASPAR2022_CORE_non-redundant_v2.meme ${FILE%.bed}.fasta ${FILE%.bed}.xml
# running enrichment
gomo --oc /output/Gomo/$(basename ${FILE%.bed})_JASPAR2022_CORE --motifs /database/motif_databases/JASPAR/JASPAR2022_CORE_non-redundant_v2.meme /database/gomo_databases/mammal_homo_sapiens_1000_199.na.csv /output/Ama/$(basename ${FILE%.bed})_JASPAR2022_CORE/ama.xml