![]() |
|
|||||||
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Indexing ChIPseq libraries using Illumina's TruSeq and ChIPseq kits | Alex Clop | Epigenetics | 6 | 11-08-2012 11:07 AM |
| ChIPSeq: Unusual narrow peaks | aritakum | Bioinformatics | 5 | 04-11-2012 10:50 AM |
| samtools sort bam file error: generate non-existent file | mediator | Bioinformatics | 0 | 03-05-2012 08:42 PM |
| ChIPseq: Strange Peaks after Gel Extraction | cmawhinney | General | 1 | 12-13-2010 04:25 AM |
| ChIPseq: Strange Peaks after Gel Extraction | cmawhinney | Sample Prep / Library Generation | 3 | 12-10-2010 08:23 AM |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Junior Member
Location: California Join Date: May 2011
Posts: 7
|
Hi all, hope someone has tried this before:
I have a collection of peaks from chipseq data. For each peak, I have the chr#, start position, and stop position. I'd like to generate a fasta file that contains the sequences from hg19 that correspond to each peak (one peak per line). Seems like there should be a tool out there to do this but my frantic googling is coming up short. Advice?? |
|
|
|
|
|
#2 |
|
Junior Member
Location: Europe Join Date: Feb 2011
Posts: 8
|
Could you explain, What do you want to do with the fasta sequence of each peak and for how many peaks you want to extract the fasta sequences.
an example http://genome.ucsc.edu/cgi-bin/das/h...r5:91000,91050 or see http://www.biostars.org/p/7481/ http://www.biostars.org/p/6156/ and probably there are many more Last edited by balaji; 01-31-2013 at 12:13 AM. |
|
|
|
|
|
#3 | |
|
Senior Member
Location: Cambridge, UK Join Date: May 2010
Posts: 156
|
Quote:
Code:
fastaFromBed -fi hg19.fasta -bed mypeaks.bed -fo mypeaks.fasta |
|
|
|
|
|
|
#4 |
|
Junior Member
Location: California Join Date: May 2011
Posts: 7
|
Thanks dariober! This looks like it'll do just what I need.
And thanks for the links, balaji, they're also helpful. Update: yup, fastaFromBed did the trick! Last edited by says_anova; 01-31-2013 at 09:09 PM. |
|
|
|
![]() |
| Tags |
| chipseq, fasta |
| Thread Tools | |
|
|