Results for "dna-seq"

Wire posts

  • Assembly and repeats https://www.coursera.org/learn/dna-sequencing/lecture/fKX4C/lecture-third-law-of-assembly-repeats-are-bad #Assembly #Repeats #Bad

    2710 days ago

  • #GAP-Seq: a method for identification of DNA #palindromes http://bmcgenomics.biomedcentral.com/articles/10.1186/1471-2164-15-394

    2641 days ago

  • Find a pattern in first 7 characters of reads. bioawk -c fastx 'substr($seq,0,7) == $TAG { print }' reads.fq.gz #Reads #NGS #Extract #Pattern

    2510 days ago

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

    2347 days ago

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

    2347 days ago

  • Molecular Recording https://www.youtube.com/watch?v=o8ONjPHLr6s #DNA #Recording #Store

    2486 days ago

  • Reformat you fasta sequence with size. $ seqkit seq -w 50 allGenomeContacted.fa > allGenomeContacted_final.fa #Reformat #Fasta #Size

    2477 days ago

  • https://www.mitomap.org/MITOMAP -A compendium of polymorphisms and mutations in human mitochondrial DNA #mtDNA #DBs

    2313 days ago

  • Remove the sequence by fasta ids. awk 'BEGIN{while((getline<"ids.txt")>0)l[">"$1]=1}/^>/{f=!l[$1]}f' seq.fa #Remove #Delete #ids #fasta

    2219 days ago

  • Finding coding regions in DNA sequences http://genome.crg.es/courses/Lisbon04/exercises/day2/Perl_programming/index.html #Perl #Genes #Script

    2164 days ago