Results for "Single Nucleotide Polymorphisms"

Wire posts

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

    2081 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

    2055 days ago

  • #Mappy provides a convenient #interface to #minimap2, a fast and accurate #C program to #align #genomic and transcribe nucleotide #sequences. https://pypi.org/project/mappy/

    2054 days ago

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

    2053 days ago

  • Consensus of nucleotide sequences https://www.perlmonks.org/bare/?node_id=500962 #Consensus #Nucleotide #DNA

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

    1956 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

    1635 days ago

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

    1568 days ago

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

    1568 days ago

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

    1568 days ago