Results for "full-length"

Wire posts

  • So you want to be a computational biologist? http://www.nature.com/nbt/journal/v31/n11/full/nbt.2740.html #Bioinformatics #View #Suggestions

    3299 days ago

  • The next 20 years of genome research http://biorxiv.org/content/biorxiv/early/2015/06/02/020289.full.pdf #Genome #Research #Future

    3269 days ago

  • Sort FASTA sequence by length: cat f1.fasta| awk '{if($0 ~ /^>/){printf "%st", $0}else{print length($0)"t"$0}}'| sort -k2n,2| awk '{print $1"n"$3}' > sequence.fasta #Sort #Fasta #Trick #Onliner

    3219 days ago

  • Open software for biologists: from famine to feast http://www.nature.com/nbt/journal/v24/n7/full/nbt0706-801.html #BioLinux #OS

    3038 days ago

  • Epigenetics for dummies http://pmj.bmj.com/content/92/1085/183.full #Epigenetics #Tutorial #Dummies

    3021 days ago

  • #High-quality #genome #(re)assembly using #chromosomal contact data http://www.nature.com/ncomms/2014/141217/ncomms6695/full/ncomms6695.html

    3018 days ago

  • Coming of age: ten years of next-generation sequencing technologies http://www.nature.com/nrg/journal/v17/n6/full/nrg.2016.49.html #Sequencing #Technology #NGS #Updates

    2934 days ago

  • The #bacterial #DnaA-trio #replication origin element specifies single-stranded DNA initiator #binding http://www.nature.com/nature/journal/vaop/ncurrent/full/nature17962.html

    2918 days ago

  • #Extract #tabbed info from #BAM file with samtools: samtools view test.bam|awk '{print $1 "\t" $2 "\t" $3 "\t" $4 "\t" $4+length($10)-1}' > file.xls

    2903 days ago

  • #Extract #Chromosome #Number And Start Position #Reads: samtools view bamfile.bam|awk '{print $3 "\t" $4 "\t" $4+length($10)-1}' > newfile.tab

    2897 days ago