Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • ardmore
    Member
    • Jun 2011
    • 51

    Can I view output the entire genome data?

    Suppose I have a sam file?
    Can I use samtools command to get whole genome data?

    Thanks.
  • dpryan
    Devon Ryan
    • Jul 2011
    • 3478

    #2
    Could you describe what "whole genome data" means?

    Comment

    • ardmore
      Member
      • Jun 2011
      • 51

      #3
      If we use samtools, we can select chromosome.
      The entire means from chr1 to chr 23.

      Comment

      • swbarnes2
        Senior Member
        • May 2008
        • 910

        #4
        By default, samtools view will convert the whole .sam file into a .bam. Just don't add a chromosome name to the command line, and you'll get everything.

        Comment

        • ardmore
          Member
          • Jun 2011
          • 51

          #5
          Can we identify the start and the end position?
          I just guess that start from 0 and end with a big number.

          Comment

          • dpryan
            Devon Ryan
            • Jul 2011
            • 3478

            #6
            If you want the whole thing then don't add start or end positions. From reading the man page, I gather that specifying start and end positions without indicating an actual chromosome would confuse things.
            Last edited by dpryan; 11-09-2011, 02:13 PM. Reason: I should really proof read before hitting post...

            Comment

            • jbrwn
              Member
              • Mar 2011
              • 37

              #7
              to get everything just:
              Code:
              samtools view .bam
              to get everything and the header:
              Code:
              samtools view -h .bam
              for .sam, add the sam option
              Code:
              samtools view -S .sam
              however, if you did want to make selections from the sam:
              Code:
              samtools view -S .sam chr1:0-1000000
              will grab reads that meet the criteria of being on chr1 between 0 and 1000000 (inclusive)
              Last edited by jbrwn; 11-09-2011, 02:24 PM.

              Comment

              Latest Articles

              Collapse

              • 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
              • SEQadmin2
                Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                by SEQadmin2


                I’m not a sequencing expert. I’m a purification scientist who uses NGS to evaluate workflows my group develops. With this perspective, we think about the sample first and the NGS workflow second. The sequencer is an exceptionally honest reporter, but it can only report on what you give it, so whether you get clean, interpretable data from an NGS workflow is largely determined before you begin.

                Here are nine questions we think about, in roughly the order they matter, before...
                06-18-2026, 07:11 AM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by SEQadmin2, Yesterday, 11:08 AM
              0 responses
              6 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-30-2026, 05:37 AM
              0 responses
              11 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-26-2026, 11:10 AM
              0 responses
              19 views
              0 reactions
              Last Post SEQadmin2  
              Started by SEQadmin2, 06-17-2026, 06:09 AM
              0 responses
              53 views
              0 reactions
              Last Post SEQadmin2  
              Working...