Results for "Single cell sequencing"

Wire posts

  • Nanopore sequencing and #assembly of a human genome with ultra-long reads https://www.nature.com/articles/nbt.4060

    1776 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

    1620 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

    1606 days ago

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

    1554 days ago

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

    1554 days ago

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

    1554 days ago

  • #Genome #Analysis #Toolkit #Variant Discovery in High-Throughput #Sequencing Data https://gatk.broadinstitute.org/hc/en-us #GATK

    1534 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

    960 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

    707 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

    93 days ago