Results for "Single"

Wire posts

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

    3907 days ago

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

    3518 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

    1101 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

    2850 days ago

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

    2300 days ago

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

    2300 days ago

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

    2031 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

    2005 days ago

  • #BLASTCLUST - BLAST score-based single-linkage #clustering. http://nebc.nerc.ac.uk/bioinformatics/documentation/blast/blastclust.html

    2004 days ago

  • #CheckM provides a set of tools for #assessing the #quality of #genomes recovered from isolates, single cells, or #metagenomes. http://ecogenomics.github.io/CheckM/

    1906 days ago