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...

    2148 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

    3632 days ago

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

    3440 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

    2207 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...

    2207 days ago

  • +24 more Bio-Scripts

Tags

  • Compressive Genomics

    The key to finding a solution is to notice that most genomicsequences differ by very little. It may well be that the number of complete genome sequences being stored is increasing rapidly, but the actual amount of new data is very small. In other words, a single DNA sequence isn't particular...

    Tags: data compression, genomics, sequencing, redundancy, repeats, bam, sff, gz, zip

    3917 days ago

Comments