Results for "single-point"

Wire posts

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

    2001 days ago

  • Make Multi-point “dumbbell” Plots in ggplot2 https://www.r-bloggers.com/make-multi-point-dumbbell-plots-in-ggplot2/ #dumbbell #ggplot2

    1851 days ago

  • Multiline to singleline covert. $ awk '/^>/ {printf("%s%s\t",(N>0?"\n":""),$0);N++;next;} {printf("%s",$0);} END {printf("\n");}' < input.fa #Multi #Single #Convert #awk

    1680 days ago

  • https://www.cartana.se/ #Brain #Single #cell #sequencing

    1613 days ago

  • https://panglaodb.se/index.html #Single #Cell #database

    1613 days ago

  • https://github.com/AllonKleinLab/scrublet #Doublet #removal #single #cell

    1613 days ago

  • #Multi-line fasta to #Single-line Fasta $ awk '/^>/ {if (NR>1) print ""; printf("%s\n", $0); next; } { printf("%s", $0) } END { printf("\n"); }' multi_line.fasta > single_line.fasta

    152 days ago