So I have a bed file with dog genomic coordinates e.g. chr38 1232122 123555
I would like to use HOMER to annotate this. I use HOMER to annotate human peaks using the command:
annotatePeaks.pl <FILE> hg19 > <OUTPUT_annotated> and works fine.
for custom annotation option, I went to http://hgdownload.soe.ucsc.edu/golde...nFam3/bigZips/ and downloaded canFam3.fa.gz and unzipped the file.
I then did the following: annotatePeaks.pl <FILE> canFam.fa > <OUTPUT_annotated>
This was the output:
Skipping TSS assignment (can't find file for genome canFam3.fa)
Can't find promoterFile canFam3.fa/canFam3.fa.tss
Could not find basic annotation file (canFam3.fa/canFam3.fa.annotation)
Could not find full/detailed annotation file (canFam3.fa/canFam3.fa.annotation)
Counting Tags in Peaks from each directory...
Organism: unknown
Its not giving me the genes associated with the peaks, am I downloading the right file (canFam3.fa)? canFam3.fa is in the same directory as my bed file, so it should be finding it, if it is. What would you recommend me doing?
P.S. Not that bioinformatically skilled, but willing to learn.
I would like to use HOMER to annotate this. I use HOMER to annotate human peaks using the command:
annotatePeaks.pl <FILE> hg19 > <OUTPUT_annotated> and works fine.
for custom annotation option, I went to http://hgdownload.soe.ucsc.edu/golde...nFam3/bigZips/ and downloaded canFam3.fa.gz and unzipped the file.
I then did the following: annotatePeaks.pl <FILE> canFam.fa > <OUTPUT_annotated>
This was the output:
Skipping TSS assignment (can't find file for genome canFam3.fa)
Can't find promoterFile canFam3.fa/canFam3.fa.tss
Could not find basic annotation file (canFam3.fa/canFam3.fa.annotation)
Could not find full/detailed annotation file (canFam3.fa/canFam3.fa.annotation)
Counting Tags in Peaks from each directory...
Organism: unknown
Its not giving me the genes associated with the peaks, am I downloading the right file (canFam3.fa)? canFam3.fa is in the same directory as my bed file, so it should be finding it, if it is. What would you recommend me doing?
P.S. Not that bioinformatically skilled, but willing to learn.
Comment