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

    2136 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

    3620 days ago

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

    3429 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

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

    2195 days ago

  • +24 more Bio-Scripts

Tags

  • List of popular bioinformatics software/tools

    In current genome era, our day to day work is to handle the huge geneome sequences, expression data, several other datasets. This link provide a comprehensive list of commonly used sofware/tools.

    Tags: Bioinformatics, SamTool, SAM, BAM, IGV, BLAT, Software, Tools

    3930 days ago

  • Picard

    Picard is a set of command line tools for manipulating high-throughput sequencing (HTS) data and formats such as SAM/BAM/CRAM and VCF. These file formats are defined in the Hts-specs repository. See especially the SAM specification and the VCF specification. Note that the information on this pag...

    Tags: Bioinformatics, NGS, Assembly, BAM, SAM, CRAM, Picard, FastQC, Tool, Software

    2913 days ago

  • +11 more Tags

Comments