Hi all,
I am using "findMotifs.pl" script from HOMER to find motifs from a list. I used following command..
perl findMotifs.pl genelist.txt human motifoutputdir -len 25
I got following output list,
simple text file:
Motif Name Consensus P-value Log P-value q-value (Benjamini) # of Target Sequences with Motif(of 18) % of Target Sequences with Motif # of Background Sequences with Motif(of 38431) % of Background Sequences with Motif
BMAL1(bHLH)/Liver-Bmal1-ChIP-Seq(GSE39860)/Homer GNCACGTG 1e-3 -6.938e+00 0.2560 10.0 55.56% 7740.1 20.14%
and graphical output..
Output result file give me number of genes having particular motif, But I want to find list of gene name from column "# of Target Sequences with Motif(of 18)".
Could you please help me, how to find name of genes having particular motif ?
Thanks
I am trying to do something similar but I am getting an error as it can not find the <promoter set="">. I want to find motifs in promoters from the given list. Can I ask how did you manage to install and specify your promoter set? I have tried with "data/genomes/hg19/hg19.tss", and followed the suggestions from the error, but anything has worked so far... Thanks!
I extracted promoter coordinates (-400; +100 bp from TSS in my case) using biomaRt in R from my gene list and then used the coordinates with homer annotatePeaks.pl