Results for "SAM"

Tags

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

    Tags: Extract, Ids, SAM, BAM, NGS

    3625 days ago

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

    Tags: SAM, BAM, Samtools, Tricks, NGS

    2856 days ago

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

    Tags: BAM, SAM, R, NGS, Plot

    2838 days ago

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

    Tags: SAM, BAM, File, Explain

    2617 days ago

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

    Tags: SAM, BAM

    2611 days ago

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

    Tags: SAM, Flags

    2611 days ago

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

    Tags: SAM, BAM, Convert, Tab

    2610 days ago

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

    Tags: Workflow, Tutorial, BAM, SAM, SNP

    2198 days ago

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

    Tags: Visualization, Ribbon, Graph, Genome, BAM, SAM, Mummer

    1974 days ago

  • Get the secondary hists reads count from SAM awk '{ print $2 }' out.sam| grep "2048" | wc -l #SAM #BAM #Secondary #Hits

    Tags: SAM, BAM, Secondary, Hits

    1827 days ago