Results for "sam"

Users

Blogs

Bookmarks

  • CrossMap

    ...as Human hg18 (NCBI36) <> hg19 (GRCh37), Mouse mm9 (MGSCv37) <> mm10 (GRCm38)). It supports most commonly used file formats including SAM/BAM, Wiggle/BigWig, BED, GFF/...

    3007 days ago

  • Picard

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

    2926 days ago

  • +26 more Bookmarks

Pages

  • Genome Assembly Tools and Software - PART2 !!

    ...set of aligned sequence reads in a SAM file and a set of variant cal...om ultra-deep sequencing of a mixed sample. The package contains prog...m the burdens of data preparation. SAMMate 2.7.4 / assemblySAM 1.1 &...ds by using either a model-based or sampling-based simulation. SIS &...

    2684 days ago

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

    3633 days ago

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

    2865 days ago

  • +12 more Wire posts

Opportunity posts

  • Bioinformatics WalkIn at NII

    ...should have knowledge of the following: Programming: Perl and Python. Operating system: Linux and Windows. NGS Analysis tools: Maq, BWA, Bowtie, SAM tools, BEDTools, MACS, Galaxy...

    3164 days ago

Bio-Scripts

Tags

  • Structure of Binary files used for storing sequencing data-bam and sff

    Many times bioinformatician needs to parse binary files like bam and sff. Advantage of binary files is that they occupy less space in memory with maximum information content. Link for those who looking for structure of Bam and sff file: Bam: http://samtools.sourceforge.net/SAMv1.pdf (from...

    Tags: bam, sff, sam, iontorrent data, 454 data, pyrosequencing data, hxd, hexadecimal, binary files, sequencing

    3918 days ago

  • sam to bam conversion !!

    To do sam to bam conversion, follow the following commands :-  Code: $ samtools view -b -S file.sam > file.bam Then you will need to use  Code: $ samtools sort file.bam file-sorted followed by Code: $ samtools index file-sorted.bam in order to get an indexed fil...

    Tags: sam, bam, conversion

    2290 days ago

Comments