Results for "Paired-End"

Blogs

Bookmarks

Pages

Top-level pages

Wire posts

  • perl -nle '$count += () = /XY[0-9]+/g; END {print $count}' inputfile #Count #Perl #Perloneliner

    3644 days ago

  • Count the contigs length in index fasta file with samtools. $ awk '{s+=$2}END{print s}' scaffolds.fasta.fai #Fasta #Index #Length #Count #Size #Samtools

    2142 days ago

  • +17 more Wire posts

News

Opportunity posts

ResearchLabs posts

  • The Mills lab

    ...00 Genomes Project and other endeavors, we have helped produce initial fine-scale maps using a variety of SV discovery approaches including: (i) paired-end mapping (or read pair analysi...

    2990 days ago

  • Katju Lab

    TheLab seek to understand the genetic factors contributing to genomic variation and phenotypic diversity. To this end, we employ molecular and bioinformatic tools to stu...

    2989 days ago

Video

Bio-Scripts

Tags

  • Frequent Paired-end reads (PE 2x100) mapping command lines

    bowtie2 -x hs37m -X 650 -q -1 r1.fq -2 r2.fq -S r12.bowtie2.sam bwa aln hs37m.fa r1.fq > r1.sai && bwa aln hs37m.fa r2.fq > r2.sai \ && bwa sampe hs37m r1.sai r2.sai r1.fq r2.fq > r12.bwa.sam bwa bwasw ../index/bwa/hs37m.fa r12.fq > r12.bwasw.sam ...

    Tags: Frequent, Paired-end, reads, (PE 2x100), mapping, command, lines

    2179 days ago

Comments