Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

20
votes
5answers
1k views

How to plot a gene graph for a DNA sequence say ATGCCGCTGCGC?

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 turn right for an A, ...
14
votes
4answers
234 views

Fast algorithms for finding unique sets in two very long sequences of text

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 ...
7
votes
9answers
1k views

Search for string allowing for one mismatch in any location of the string

I am working with DNA sequences of length 25 (see examples below). I have a list of 230,000 and need to look for each sequence in the entire genome (toxoplasma gondii parasite). I am not sure how ...
6
votes
10answers
589 views

Are there any existing solutions for creating a generic DNA sequence database with a website front end?

I'd like to create an rRNA sequence database with a web front end for the lab I work in. It seems common in biology to want to search a large number of sequences using alignment algorithms such as ...
4
votes
2answers
321 views

cluster short, homogeneous strings (DNA) according to common sub-patterns and extract consensus of classes

Task: to cluster a large pool of short DNA fragments in classes that share common sub-sequence-patterns and find the consensus sequence of each class. Pool: ca. 300 sequence fragments 8 - 20 ...
4
votes
5answers
417 views

Generating Synthetic DNA Sequence with Subtitution Rate

Given these inputs: my $init_seq = "AAAAAAAAAA" #length 10 bp my $sub_rate = 0.003; my $nof_tags = 1000; my @dna = qw( A C G T ); I want to generate: One thousand length-10 tags Substitution ...
3
votes
1answer
82 views

Need help reading in from information from a file

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: I[tab] ATT\n I[tab] ATC\n (etc) L CTA L CTG V GTA V GTG F TTT F ...
3
votes
2answers
122 views

Univocal hash function for a string 76 chars long

First of all let me say hello to everyone, please excuse me for my english but I'm clearly not a native english speaker. Said that, here's my problem (I'm programming in C): I have some huge text ...
3
votes
2answers
381 views

python script for robust multi-array average on microarray data

I have tried google with no luck. I have seen some weak references to robust multi-array averaging done with python but no code. I am not so interested in reinventing the wheel. Any suggestions on a ...
2
votes
2answers
46 views

Finding Splice sites from SNP data instead of sequences

Can SNP data alone be used to locate splice sites or is the full sequence needed? I have dense SNP data of 13 million SNPs from a mouse genome.
2
votes
1answer
303 views

DNA to RNA and Getting Proteins with Perl

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 of it. I will ...
2
votes
3answers
333 views

Compare Multiple Substrings

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. So input of abcdef dfeabc ...
2
votes
2answers
49 views

Commercial databases adept in storing biological sequences

Which commercial databases are adept in storing biological sequences like Protein/DNA sequence? Are there any which were designed specifically to store such sequences? cheers
2
votes
1answer
243 views

Generate all possible dna sequences from a few given sets

I have been trying to wrap my head around this for a while now but have not been able to come up with a good solution. Here goes: Given a number of sets: set1: A, T set2: C set3: A, C, G set4: T ...
2
votes
5answers
376 views

Looking for elegant glob-like DNA string expansion

I'm trying to make a glob-like expansion of a set of DNA strings that have multiple possible bases. The base of my DNA strings contains the letters A, C, G, and T. However, I can have special ...
1
vote
3answers
116 views

Obtain DNA substrings wrt their original orders

I'd like to get the substrings of long DNA sequences For example, given: 1/ATXGAAATTXXGGAAGGGGTGG 2/AATXGAAGGAAGGAAGGGGATATTX 3/AAAAAATTXXGGAAGGGGXTTTA 4/AAAATTXXATAXXGGAAGGGGXTXG ...
1
vote
1answer
107 views

Find the postion of SNP in the gen list

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: The SNP data : Pos_start pos_end 14185 14185 ...
1
vote
0answers
59 views

A PWM with gapped alignments in Biopython

I'm trying to generate a Position-Weighted Matrix (PWM) in Biopython from Clustalw multiple sequence alignments. I get a "Wrong Alphabet" error every time I do it with gapped alignments. From ...
1
vote
1answer
259 views

Need info on Excel and VBA string processing and storage limits — and suggested workarounds

According to this Microsoft blog post the max string length per cell is 32k for MS Office 2010; I've also confirmed this via testing. Problem is that I've got strings (DNA sequences) that are well ...
1
vote
1answer
85 views

String recurring subsequences and compression

I'd like to do some kind of "search and replace" algorithm which will, in an efficient manner if possible, identify a substring of a string which occurs more than once and replace all occurrences of ...
1
vote
2answers
607 views

How can I modify the Smith-Waterman algorithm using substitution matrix to align proteins in Perl?

How can I modify the Smith-Waterman algorithm using a substitution matrix to align proteins in Perl? [citations needed]
1
vote
3answers
2k views

Perl recursion techniques?

I need a bit of help with is this code. I know the sections that should be recursive, or at least I think I do but am not sure how to implement it. I am trying to implement a path finding program from ...
0
votes
0answers
114 views

tophat Error running 'prep_reads'

Naive here, I'm getting an error message from tophat with mac os x 10.6. tophat -o /TOPHAT_OUTPUT/ --solexa1.3-quals -m 2 -p 8 /bowtie-0-1.12.7/indexes/mm9 a.fastq [Wed Oct 12 13:31:31 2011] ...
0
votes
2answers
156 views

Multiple sequence alignment

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 ...
0
votes
0answers
117 views

Aligning circular sequences

I have a 20K plasmid that I want to align to a plasmid database. I don't know the origin of my query sequence relative to the target. Does anyone know of a circular-aware aligner? Either global or ...
0
votes
2answers
290 views

How (and where) to get aligned tRNA sequences (and import it into R)

(This is a database / R commands question) I wish (for my thesis work), to import tRNA data into R and have it aligned. My questions are: 1) What resources can I use for the data. 2) What commands ...
0
votes
3answers
852 views

DNA sequence alignement in native Python (no biopython)

I have an interesting genetics problem that I would like to solve in native Python (nothing outside the standard library). This in order for the solution to be very easy to use on any computer, ...
-3
votes
3answers
136 views

Finding the complement of a DNA sequence

I have to translate the complement of a DNA sequence into amino acids TTTCAATACTAGCATGACCAAAGTGGGAACCCCCTTACGTAGCATGACCCATATATATATATATA ...