Skip to content Skip to sidebar Skip to footer
Showing posts with the label Bioinformatics

Biopython Alignio Valueerror Says Strings Must Be Same Length?

Input fasta-format text file: http://www.jcvi.org/cgi-bin/tigrfams/DownloadFile.cgi?file=/opt/www/w… Read more Biopython Alignio Valueerror Says Strings Must Be Same Length?

Algorithm To To Cluster Similar Strings In Python?

I'm working on a script that currently contains multiple lists of DNA sequences (each list has … Read more Algorithm To To Cluster Similar Strings In Python?

Hamming Distance Matrix For Multiple Sequences

I have a FASTA file with IDs and corresponding DNA sequences which I have parsed and stored into a … Read more Hamming Distance Matrix For Multiple Sequences

Optimization Of An All-paths Algorithm

I've been successful using the following algorithm to complete all-path data up to path length … Read more Optimization Of An All-paths Algorithm

Snakemake - Dynamically Derive The Targets From Input Files

I have a large number of input files organized like this: data/ ├── set1/ │ ├── file1_R1.fq.gz │ … Read more Snakemake - Dynamically Derive The Targets From Input Files

Getting Intersection Of Two Lists In Python

I have two lists of genes that i'm analyzing. Essentially I want to sort the elements of these … Read more Getting Intersection Of Two Lists In Python

How To Convert A Set Of Dna Sequences Into Protein Sequences Using Python Programming?

I am using python to create a program that converts a set of DNA sequences into amino acid (protein… Read more How To Convert A Set Of Dna Sequences Into Protein Sequences Using Python Programming?

What Causes Python Error 'bad Escape \c'?

I just wrote a function that will look at a text file and count all of the instances of True and Fa… Read more What Causes Python Error 'bad Escape \c'?