How to mask motif in HOMER?
Why when I do this, to mask motif known.1:
findMotifsGenome.pl $PEAK $GENOME $OUT -p 4 -mask $MOTIF
it says: motif not recognized.
I checked the path is correct, so what could else be happening?
homer
mask motif
chip-seq
• 124 views
•
link
written
by
salamandra
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
Some questions about motif enrichment in Homer
written by diqixiaoyaoer •Hello there, I was using findMotifsGenome.pl to do motif enrichment analysis based on specific genome regions. Here is my script: findMotifsGenome.pl homer_peaks_4_parts.txt hg38.fa MotifOutput_given -size …
-
HOMER Motif Analysis code not working
written by danielcgingerich •I am trying to do motif analysis on a set of ATAC peaks with `findMotifsGenome.pl` using HOMER installed on a computer cluster. I submit a …
-
HOMER motif finder, output divergent organisms
written by santosL •Dear all, I've been struggling with some problems in analyzing the output from the HOMER motif finder! I've run "findMotifsGenome.pl" command to find motifs using …
-
How to find peaks which have specific TF motif sequence
written by km1986 •Now I perform motif analysis using HOMER software. I want to extract the peaks which have a specific transcription factor motif from peak files, but …
-
Discrepancy in HOMER output
written by doan.dinh •Hello, I need some help understanding how HOMER motif finding works. I have a ChIP-seq data for a transcription factor that I want to look …
-
Homer error (findMotifs.pl) : are you sure you chose the right length for motif finding?
written by salamandraI did a ChIP-seq analysis with a genome GRCh38.92 from ensembl and also used the corresponding gene anotation file (.gtf) from ensembl. Genome, annotation and …
-
How to mask motif in HOMER?
written by salamandraWhy when I do this, to mask motif known.1: findMotifsGenome.pl $PEAK $GENOME $OUT -p 4 -mask $MOTIF it says: motif not recognized. I checked the …
-
What is the difference between "findMotifsGenome.pl" and "findMotifs.pl" in homer motif analysis?
written by mikysyc2016Hi all, Did you try both of them to see what is the difference between these two to do motif analysis with ChIP-seq results? Homer …
-
Homer [findMotifsGenome.pl] result interputation.
written by chiefcat1. **Are the motifs in known motifs & de novo motifs results comparable (e.g. their p-value)?** Because I want to combine them into one ranked …
-
Homer findMotifsGenome.pl error
written by lvande •I've been running motif analysis on my ATAC dataset using Homer's findMotifsGenome.pl command. I pretty much have just been following the basic command outlined on …
And what is
$MOTIFset to?its the path to the known1.motif file which is saved under 'knownResults' directory after we run findMotifsGenome.pl without the mask motif option. Isn't it the correct file?
You are missing either
-findoption or-optoption (to look for certain motifs) before$MOTIF.That seems to find the genomic positions of the motif. So you're saying that first should find those regions with -find and then run again (to mask the motif) but instead of providing the motif.file as $MOTIF, to provide those regions' file as $MOTIF. Is that it?
it doesn't work either way :( with -find it only gives the regions of the motif
Far as I can tell those two options are exclusive. If you have motifs that you want to optimize then you should use
-optwhich seems to be the case.Maybe I'm not understanding what you mean..but what I want is not to optimize the motif, it's to remove that motif from the analysis. Because, have a situation similar to what's shown in 'Leftover Junk' section in here and want to use the -mask motif.
As there's also another option -mask that simply masks the genome perhaps the command is assuming that is simply -mask without anything in front. In that case, I'm missing some detail.
Not having used homer this part misled me. If you are sure the motifs are in the right format my comments are not relevant.
Do you want to repost original question as a new post and I will delete this one.
What is the content of your motif file? The format syntax is here: http://homer.ucsd.edu/homer/motif/creatingCustomMotifs.html
It can be that the motif(s) that are in your motif file are simply not present in your data.
It seems to have that format It's in my data, the file corresponds to the first motif found by Homer
Then the motif may simply not be present in your input data.
i've re-posted. thanks!
i've reposted. thanks!