Results for "BAM"

Wire posts

  • Coverage R Plot http://davetang.org/muse/2013/09/07/creating-a-coverage-plot-in-r/ #R #Plot #Genome #Image #NGS #BAM

    2743 days ago

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

    2621 days ago

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

    2615 days ago

  • Split the bam file by chromosome. $ bamtools split -in file.bam -reference #Split #Bam #Bamtools

    2617 days ago

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

    2614 days ago

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

    2288 days ago

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

    2202 days ago

  • #Zero coverage regions ~/Tools/bedtools2/bin/bedtools genomecov -ibam PvsH_aln_sorted.bam -bga | awk '$4==0' > ZERO_coverage_regions.txt

    2137 days ago

  • Generate consensus from BAM file samtools mpileup -uf chr5B_leaf_rust.fasta M27454_5B_reads_sorted.bam | bcftools call -c | vcfutils.pl vcf2fq #BAM #Consensus

    2026 days ago

  • BAM2BED conversion bamToBed -i overall_exp_genome_rep1.bam > alignment.bed #Bed #bam #bamToBed #convert

    2020 days ago