Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • wuhoucdc
    Member
    • Oct 2009
    • 14

    Transfer a whole genome with .bam format

    Dear all,

    Do you have experience to transfer a whole genome of short-reads with ~35X sequenced by Illumina GA to .bam format using samtools? I feel very strange when I got more than 500G data. I addition, how can you extract chromosomes one by one and sort as well as index them? Thank you very much!

    Wuhoucdc
  • dawe
    Senior Member
    • Apr 2009
    • 258

    #2
    Originally posted by wuhoucdc View Post
    Dear all,

    Do you have experience to transfer a whole genome of short-reads with ~35X sequenced by Illumina GA to .bam format using samtools? I feel very strange when I got more than 500G data. I addition, how can you extract chromosomes one by one and sort as well as index them? Thank you very much!

    Wuhoucdc
    Never had a whole genome with that coverage :-( Sorted BAM may be slightly smaller.
    To extract a single chrom (or a single region) index it

    Code:
    samtools index file.bam
    and then extract your region

    Code:
    samtools view file.bam chrom[:start-end]
    HTH

    d

    Comment

    • wuhoucdc
      Member
      • Oct 2009
      • 14

      #3
      Thanks for your answer, dawe.

      But why did you say "Never had a whole genome with that coverage "? Most of the sequenced individuals such as YH (PMID:18987735) and AK1 (PMID:19587683) were higher than that coverage (>35X).

      Wuhoucdc
      Last edited by wuhoucdc; 08-22-2010, 01:03 PM.

      Comment

      • dawe
        Senior Member
        • Apr 2009
        • 258

        #4
        Originally posted by wuhoucdc View Post
        Thanks for your answer, dawe.

        But why did you say "Never had a whole genome with that coverage "? Most of the sequenced individuals such as YH (PMID:18987735) and AK1 (PMID:19587683) were higher than that coverage (>35X).

        Wuhoucdc
        :-) I usually deal with ChIP-seq or exome analysis, never had a "first hand" high coverage of human genome.
        d

        Comment

        Latest Articles

        Collapse

        ad_right_rmr

        Collapse

        News

        Collapse

        Topics Statistics Last Post
        Started by SEQadmin2, 06-09-2026, 11:58 AM
        0 responses
        16 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-05-2026, 10:09 AM
        0 responses
        26 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-04-2026, 08:59 AM
        0 responses
        37 views
        0 reactions
        Last Post SEQadmin2  
        Started by SEQadmin2, 06-02-2026, 12:03 PM
        0 responses
        61 views
        0 reactions
        Last Post SEQadmin2  
        Working...