Results for "Tree View."

Wire posts

  • #Extract #Chromosome #Number And Start Position #Reads: samtools view bamfile.bam|awk '{print $3 "\t" $4 "\t" $4+length($10)-1}' > newfile.tab

    2867 days ago

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

    2866 days ago

  • #GATK and #Picard to filter low quality variants https://insidedna.me/tutorials/view/gatk-picard-filter-vcf-variants-snp

    2861 days ago

  • Assembly tutorial https://insidedna.me/tutorials/view/benchmark-seven-popular-genome-assemblers

    2845 days ago

  • Assembly comparison https://github.com/WGLab/uniline/tree/master/src/assembly_comparison #NGS #Assembly #MUMMer

    2616 days ago

  • Show before(B) and after(A) the matching region $ grep -B 3 -A 2 foo README.txt #Linux #Tricks #View #Grep

    2560 days ago

  • Evolution and phylogeny software http://tree.bio.ed.ac.uk/software/ #tools #software #phylogeny #evolution

    2482 days ago

  • Reasonably fast method to compute the #patristic #distance between a pair of #species in a large tree http://blog.phytools.org/2015/10/new-reasonably-fast-method-to-compute.html

    2463 days ago

  • Bioinformatics online tutorial https://bioinformaticsonline.com/pages/view/1537/virtual-bioinformatics-online-tutorial #Bioinformatics #Tutorial

    1978 days ago

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

    2294 days ago