Results for "Single Cell"

Wire posts

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

    2052 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/

    1955 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

    1634 days ago

  • A “#Forward #Genomics” Approach Links #Genotype to #Phenotype using Independent Phenotypic Losses among Related Species https://www.cell.com/cell-reports/fulltext/S2211-1247(12)00272-0

    1620 days ago

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

    1567 days ago

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

    1567 days ago

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

    1567 days ago

  • Minimizer-space de Bruijn graphs: Whole-genome assembly of long reads in minutes on a personal computer https://www.cell.com/cell-systems/fulltext/S2405-4712(21)00332-X #msDBG #Assembly #Genome

    973 days ago

  • #HumanCellAtlas consortium present the #TabulaSapiens dataset. Provides a molecular definition of more than 400 cell types across 24 organs. Learn more: https://fcld.ly/9oala6q

    720 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

    106 days ago