I haven\'t been able to find this in the questions or an R package, hopefully straightforward. Take two hypothetical genetic sequences:
I have SNP data and gen list data. I am looking for the position of SNP cotain in the gen list data when I compare with gen list. For example:
I\'m trying to generate a Position-Weighted Matrix (PWM) in Biopython from Clustalw multipl开发者_高级运维e sequence alignments.I get a \"Wrong Alphabet\" error every time I do it with gapped alignmen
So I have chains of DNA letters (A,G,T,C) in linked list, and am supposed to read in from a file that looks like this:
Here\'s my problem (I\'m programming in C): I have some huge text files containing DNA sequences (each file has something like 65 million rows and a size of about 4~5 GB). In these files there are ma
I need to generate a random walk based on the DNA sequence of a virus, given its base pair sequence of 2k base pairs. The sequence looks like \"ATGCGTCGTAACGT\". The path should tu开发者_StackOverflow
I am working on a project(I have to implement it in Perl but I am not good at it) that reads DNA and finds its RNA. Divide that RNA\'s into triplets to get the开发者_开发知识库 equivalent protein name
I know it may seem kind of strange but I was wondering if anybody has ever seen some javascript code for the multiple sequence alignment problem. If not (as I suppose) also some easily portable code (
I\'m attempting to write a basic dna sequencer. In that, given two sequences of the same length, it will output the strings which are the same, with a minimal length of 3.
I need to compare the DNA sequences of X and Y chromosomes, and find patterns (composed of around 50-75 base pairs) that are unique to the Y chromosome. Note that these sequence parts can repeat in th