Results for "sam"

Wire posts

  • Extract list of read ID from bam file: samtools view mbi.sorted.bam |perl -ne '/ID/ && print' > extractedID.sam #Extract #Ids #SAM #BAM #NGS

    3623 days ago

  • Extract reference nucleotide from BAM file: samtools view your.bam | awk '{print substr( $10, 100, 1)}' #SAM #BAM #Samtools #Tricks #NGS

    2855 days ago

  • Plot the coverage in R http://cnr.lwlss.net/SeqCoverage/ #BAM #SAM #R #NGS #Plot

    2836 days ago

  • Understanding and manipulating SAM/BAM alignment files http://homer.salk.edu/homer/basicTutorial/samfiles.html #SAM #BAM #File #Explain

    2616 days ago

  • SAM and BAM handling with Perl http://search.cpan.org/~lds/Bio-SamTools/lib/Bio/DB/Sam.pm # Perl #SAM #BAM

    2610 days ago

  • SAM flags https://broadinstitute.github.io/picard/explain-flags.html #SAM #Flags

    2610 days ago

  • Convert a SAM file to tab-delimited alignment coordinates https://gist.github.com/sjackman/7016520 #SAM #BAM #Convert #Tab

    2609 days ago

  • samtools view -f 256 Input.bam | awk '$6 ~/S/ && $7 == "=" {print $0}' > Secondary_clipped.sam

    2282 days ago

  • Bioinformatics tutorial https://jasonjwilliamsny.github.io/wrangling-genomics/01-automating_a_workflow.html #Workflow #Tutorial #BAM #SAM #SNP

    2196 days ago

  • Ribbon genomics http://genomeribbon.com/ #Visualization #Ribbon #Graph #Genome #BAM #SAM #Mummer

    1973 days ago