Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • inesdesantiago
    Member
    • Jan 2009
    • 44

    Demultiplexing 454

    Dear all,
    I am trying to de-multiplex a 454 fasta file.

    It is a public data file. In the paper (PMID:21731642) the authors say that:
    "The HB4a and C5.2 Y-shaped adapters were formed by primers A and B and primers C and D, respectively (Primer A: 5′-GATCTCCCGAGTGGTCACCTGCTC-3′; Primer B: 5′-CTAGCAGCTACCACTCGGGA-3′; Primer C: 5′-GATCCCCTGAGTGGTCACCTGCTC-3′, and Primer D: 5′-CTAGCAGCTACCACTCAGGG-3′)"

    So I did two runs of demultiplexing:

    Run1:
    Code:
    $ cat barcode1.txt
    HB4a_1  GATCTCCCGAGTGGTCACCTGCTC
    C52_1     GATCCCCTGAGTGGTCACCTGCTC
    
    $ cat ../HER2_Dataset_Download/SRR342054_1.fastq | fastx_barcode_splitter.pl --bcfile barcode1.txt --bol --mismatches 2 --prefix SRR342054_1_ --suffix ".fastq" 
    
    Barcode	Count	Location
    C52_1	0	SRR342054_1_C52_1.fastq
    HB4a_1	0	SRR342054_1_HB4a_1.fastq
    unmatched	802214	SRR342054_1_unmatched.fastq
    Run2:
    Code:
    $ cat barcode2.txt
    HB4a_2  CTAGCAGCTACCACTCGGGA
    C52 _2    CTAGCAGCTACCACTCAGGG
    
    cat SRR342054_1_unmatched.fastq | fastx_barcode_splitter.pl --bcfile barcode2.txt --bol --mismatches 2 --prefix SRR342054_2_ --suffix ".fastq"
    
    Barcode	Count	Location
    C52_2	214558	SRR342054_2_C52_2.fastq
    HB4a_2	165481	SRR342054_2_HB4a_2.fastq
    unmatched	422175	SRR342054_2_unmatched.fastq
    total	802214
    On the first run there are no reads that map those 2 sequences.
    On the second run there are many unmatched reads (>50% of reads do no match any barcode)

    Am I doing something wrong?
    Does anyone have experience with this type of problem?

    Thanks!
  • inesdesantiago
    Member
    • Jan 2009
    • 44

    #2
    Actually, the reverse complement of the first barcode worked.
    I decided to allow only 1 mismatch now

    Barcode1 output
    Barcode Count Location
    C52_1 166119 SRR342054_1rev_C52_1.fastq
    HB4a_1 134556 SRR342054_1rev_HB4a_1.fastq
    unmatched 501539 SRR342054_1rev_unmatched.fastq
    total 802214

    Barcode 2 output
    Barcode Count Location
    C52_2 213282 SRR342054_2rev_C52_2.fastq
    HB4a_2 135893 SRR342054_2rev_HB4a_2.fastq
    unmatched 152364 SRR342054_2rev_unmatched.fastq
    total 501539
    Last edited by inesdesantiago; 07-24-2014, 04:55 AM.

    Comment

    Latest Articles

    Collapse

    • SEQadmin2
      Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
      by SEQadmin2



      Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
      ...
      Yesterday, 11:10 AM
    • SEQadmin2
      Cancer Drug Resistance: The Lingering Barrier to Rising Survival
      by SEQadmin2



      Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

      There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
      07-08-2026, 05:17 AM
    • GATTACAT
      Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
      by GATTACAT
      Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
      07-01-2026, 11:43 AM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, Yesterday, 10:04 AM
    0 responses
    10 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-08-2026, 10:08 AM
    0 responses
    7 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-07-2026, 11:05 AM
    0 responses
    14 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-02-2026, 11:08 AM
    0 responses
    31 views
    0 reactions
    Last Post SEQadmin2  
    Working...