Results for "BAM"

Blogs

Bookmarks

Files

  • Download blasr 1.3 version

    ...local/bin/samtools sort -@ 20 -no - temporarySam > FALCON-Unzip-Scaff.bamMapping long-reads using blasr...'anchor_contig_info.dat': No such file or directorymv FALCON-Unzip-Scaff.bam FALCON-Unzip-Scaff-with-repea...

    2135 days ago

Pages

Top-level pages

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

    3619 days ago

  • http://bam.iobio.io/ #bam #vcf #analysis

    3427 days ago

  • +25 more Wire posts

News

Opportunity posts

Bio-Scripts

  • Genome Covered !

    zero=$(bedtools genomecov -ibam BAM -g hg38.fasta -bga | awk '$4==0 {bpCountZero+=($3-$2)} {print bpCountZero}' | tail -1) nonzero=$(bedtools genomecov -ibam BAM -g hg38.fasta -bga | awk '$4>0 {bpCountNonZero+=($3-$2)} {print bpCountNonZero}' | tail -1) percent=$(bc

    2193 days ago

  • Coverage / Depth of reads !

    # get total number of bases covered at MIN_COVERAGE_DEPTH or higher samtools mpileup mapping_result_sorted.bam | awk -v X="${MIN_COVERAGE_DEPTH}" '$4>=X' | wc -l 32876 # get le...

    2193 days ago

  • +24 more Bio-Scripts

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

    3619 days ago

  • #BAM file to fasta #conversion with #Samtool: samtools view filename.bam | \ awk '{OFS="\t"; print ">"$1"\n"$10}' - > filename.fasta

    Tags: BAM, conversion, Samtool

    2949 days ago

  • +18 more Tags

Comments