Results for "Single Cell"

Wire posts

  • Single cell sequencing:http://www.wired.com/wiredscience/2013/07/bringing-microbial-dark-matter-into-the-light/ #Omics

    3939 days ago

  • “The greatest single achievement of nature to date was surely the invention of the molecule DNA.” ― Lewis Thomas

    3550 days ago

  • Multi fasta to single fasta files $ perl -ne 'if (/^>(\S+)/) { close OUT; open OUT, ">$1.fasta" } print OUT' genome.fasta #Multi-fasta #fasta #multi #genome #files

    1133 days ago

  • http://www.cell.com/pb-assets/journals/crosstalk/careers-under-the-microscope/to-postdoc-or-not-to-postdoc/Polka%20infographic.jpg #PhD #Thereafter

    3175 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

    2882 days ago

  • List of excellent scRNA-seq analysis tools- https://github.com/seandavi/awesome-single-cell

    2332 days ago

  • Complete and excellent tutorial for Single Cell Sequencing- https://hemberg-lab.github.io/scRNA.seq.course/index.html

    2332 days ago

  • https://web.expasy.org/cellosaurus/- a knowledge resource on cell lines #Cell #line #DB

    2222 days ago

  • Multi-line fasta to single line fasta $ perl -pe '/^>/ ? print "\n" : chomp' in.fasta | tail -n +2 > out.fasta #Multiline #Singleline #Fasta

    2063 days ago

  • Multifasta to singleline fasta. $ awk '/^>/ {printf("\n%s\n",$0);next; } { printf("%s",$0);} END {printf("\n");}' < file.fa #Multi #Single #Fasta #Convert

    2037 days ago