Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • dkrtndhkd
    Member
    • Jan 2012
    • 42

    questions from reference to tview by samtool

    Hello, guys.

    I have many questions about NGS and please help me!!!

    1. where do i download hg19 reference file?

    As I know, NCBI and UCSC provides fasta format reference sequence per chromosome.

    Is it matter where I get the ref sequence?

    Actually, I downloaded each chromosome reference sequence files from NCBI:

    http://www.ncbi.nlm.nih.gov/genome/?term=homo%20sapiens -> 'genome' tab -> files from Genome Reference Consortium.

    However, as i searched other posts, other users recommends to download files from 1000genome or UCSC golden path??...

    is there any difference?


    2. when using BWA, what's the minimal unit of reference file?

    do i have to use whole hg19 ref sequence as a ref.fasta? or chr3.fasta?(ex)

    Or, can i use specific gene's fasta format sequence file as a reference file?
    (I also downloaded it from NCBI. if I want to use EGFR as a reference, enter 'EGFR' from 'gene' category, and click the result of homo sapiens, and download sequence as fasta format.)

    as you know, fasta file format starts with '>~~~~~~~~' and from the next line, 'AGCTCCTG~~~~'.

    the first line('>~~~~') is important for using BWA tool?

    In case of using specific gene's fasta format sequence file, what should i write the first line of fasta file?

    3. when i use bwa pair end mode align, as you know the command is like followings:

    'bwa sampe database.fasta aln_sa1.sai aln_sa2.sai read1.fq read2.fq > aln.sam'

    Actually, I used some barcode at read1.fq so I trimmed barcode sequence(=6bp) from read1.fq not by using command option but using programming code.(I also trimmed the quality score for 6 characters)

    In this situation, the length of lines in read1.fq and read2.fq doesn't same.

    I runned pair end mode align command, the terminal window shows 'weird pair' but anyway it made result file 'aln.sam'.

    is it okay? does anyone who had same experience like this?
  • swbarnes2
    Senior Member
    • May 2008
    • 910

    #2
    In general, you should align against the whole genome, not one chromosome at a time. If your read aligns with one error to Chr 3, but with no errors to Chr 8, if you only provide Chr 3 to align against, you will get a wrong alignment. Yes, it might take a little longer than aligning one chromosome at a time, but it will be more accurate.

    Every time I've ever seen "weird pair", it was because I did something wrong. sampe should show a line like this:

    [infer_isize] inferred external isize from 179561 pairs: 222.453 +/- 120.731
    If it says that the pairs have an appropriate distance beween them, its probably fine. If the distance is far too large, or it won't calculate it at all, double-check that your command line is right, and that you aren't mixing up files. I don't think that having different sizes of reads shoudl make a difference.

    Comment

    Latest Articles

    Collapse

    • SEQadmin2
      Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
      by SEQadmin2


      Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

      The systematic characterization of the human proteome has
      ...
      07-20-2026, 11:48 AM
    • 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.
      ...
      07-09-2026, 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

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by SEQadmin2, 07-24-2026, 12:17 PM
    0 responses
    26 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-23-2026, 11:41 AM
    0 responses
    21 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-20-2026, 11:10 AM
    0 responses
    210 views
    0 reactions
    Last Post SEQadmin2  
    Started by SEQadmin2, 07-13-2026, 10:26 AM
    0 responses
    78 views
    0 reactions
    Last Post SEQadmin2  
    Working...