![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Doubt about .abi files and .fasta files | fc35802 | Bioinformatics | 2 | 02-28-2012 11:05 AM |
Unusual QV on F3 | vv85 | SOLiD | 0 | 07-27-2011 10:10 AM |
Capillary sequencer market. | pmiguel | Sanger/Dye Terminator | 4 | 07-02-2011 08:49 PM |
batch editing of ABI files | raymoniz | General | 6 | 09-29-2010 01:28 PM |
In Sequence: ABI, Illumina, Former Lawyer Fail to Settle IP-Ownership Suit; ABI Seeks | Newsbot! | Illumina/Solexa | 0 | 04-01-2008 02:14 PM |
![]() |
|
Thread Tools |
![]() |
#1 |
Junior Member
Location: Cambridge Join Date: Apr 2011
Posts: 7
|
![]()
Hi,
I want to extract the "trace data" from the ab1 file, without calling bases. the traces from my experiment will look like this. With peaks scattered randomly throughout the trace. (It is not a normal sequencing read) __________________|_______|______________________________ _______|____________________________________________|____ So I want the raw output from each channel, as an array. Then I want to analyse it with Perl. Has anyone got any ideas. If you are interested, The experiment is RSCA, Reference Strand Conformational Analysis. Thank you in advance. |
![]() |
![]() |
![]() |
#2 |
Senior Member
Location: USA, Midwest Join Date: May 2008
Posts: 1,178
|
![]()
Have you checked out the Perl module Bio::Trace::ABIF? The trace() or raw_trace() methods sound like what you're looking for.
|
![]() |
![]() |
![]() |
#3 |
Junior Member
Location: Cambridge Join Date: Apr 2011
Posts: 7
|
![]()
Thanks, that looks like it will do what I want.
|
![]() |
![]() |
![]() |
#4 |
Junior Member
Location: Cambridge Join Date: Apr 2011
Posts: 7
|
![]()
Thank you
ABIF Worked perfectly, here is the magic code. Code:
use Bio::Trace::ABIF; my $abif = Bio::Trace::ABIF->new(); $abif->open_abif('A02_736a.fsa'); print $abif->sample_name(), "\n"; print $abif->raw_data_for_channel(1); $abif->close_abif(); |
![]() |
![]() |
![]() |
Tags |
ab1, abi, perl, sanger, sanger format |
Thread Tools | |
|
|