Results for "Ra"

Wire posts

  • The Bioinformatics events http://www.embo.org/events #Scholarship #Training #Workshop

    2950 days ago

  • polar histogram: pretty and useful http://www.r-bloggers.com/polar-histogram-pretty-and-useful/ #R #Plot #Histogram

    2948 days ago

  • #Extract all #Reads from #BAM file for a #region Chr10:18000-45500 using #samtools: samtools view input.bam "Chr10:18000-45500" > output.bam

    2926 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

    2942 days ago

  • #Tinker With a #Neural Network Right Here in Your #Browser. Promise. http://playground.tensorflow.org

    2941 days ago

  • Bioinformatics studentship and traineeship at http://www.pondiuni.edu.in/sites/default/files/career-bioinformts-Studentship_130616.pdf #PU #India #Studentship

    2935 days ago

  • #Training in High-Throughput #Sequencing: Common #Guidelines to Enable #Material Sharing, Dissemination, and Reusability http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1004937

    2933 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

    2927 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

    2921 days ago

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

    2920 days ago