Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • SAMtools command line ???

    Does anyone have a quick list of the most used SAMtool command lines

    I'm really new to using UNIX:Linux and I would greatly appreciate if someone could share a pdf/doc for the SAMtool commands

    Thank you very much and hv a nice day

    Pawan

  • #2
    Running samtools without an argument will list all commands available. Then running the command without further arguments will tell you its usage.

    Comment


    • #3

      Comment


      • #4
        Here's the basic workflow for most jobs. test1.sam is the output from your favorite alignment program. If not sam, you'll have to convert it SAM but many aligners are providing SAM output these days. The "export" command is a bash (bash is a common command line processor in UNIX/Linux) way of "aliasing" a longer command.

        export SAM=/usr/joeuser/samtools-0.1.8/samtools

        ${SAM} view -b -S test1.sam > test1.presort.bam

        ${SAM} sort -m 5179869184 test1.presort.bam test1

        ${SAM} index test1.bam

        ${SAM} flagstat test1.bam > test1.rpt

        Comment


        • #5
          Probably you want to start reading the FAQ. Then move to reading the manual for each
          action you want to use. Take your time for pileup.
          -drd

          Comment


          • #6
            Thank you very much guys .... I'll start with this info for now .... Have a nice evening Cheers

            Comment


            • #7
              Not related to samtools, but I believe you should read these:
              http://tldp.org/LDP/Bash-Beginners-Guide/html/
              and
              http://tldp.org/LDP/abs/html/
              You can't go much far in UNIX/Linux without knowing the shell...

              d

              Comment

              Latest Articles

              Collapse

              • seqadmin
                Essential Discoveries and Tools in Epitranscriptomics
                by seqadmin




                The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
                04-22-2024, 07:01 AM
              • seqadmin
                Current Approaches to Protein Sequencing
                by seqadmin


                Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
                04-04-2024, 04:25 PM

              ad_right_rmr

              Collapse

              News

              Collapse

              Topics Statistics Last Post
              Started by seqadmin, Today, 08:47 AM
              0 responses
              12 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-11-2024, 12:08 PM
              0 responses
              60 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 10:19 PM
              0 responses
              59 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 09:21 AM
              0 responses
              54 views
              0 likes
              Last Post seqadmin  
              Working...
              X