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, ...
6
votes
3answers
1k views

How can I use R (Rcurl/XML packages ?!) to scrape this webpage?

I have a (somewhat complex) web scraping challenge that I wish to accomplish and would love for some direction (to whatever level you feel like sharing) here goes: I would like to go through all the ...
4
votes
1answer
218 views

chaos game for DNA sequences

I have tried the mathematica code for making the chaos game for DNA sequences posted in this address: http://facstaff.unca.edu/mcmcclur/blog/GeneCGR.html which is like this: genome = ...
4
votes
5answers
262 views

Most efficient way to store a big DNA sequence?

I want to pack a giant DNA sequence with an iOS app (about 3,000,000,000 base pairs). Each base pair can have a value A, C, T or G. Storing each base pair in one bytes would give a file of 3 GB, which ...
4
votes
1answer
130 views

In DNA computing what is the analogy to a desktop or laptop computer?

I know this isn't a biology site but someone might know the computing part of it. In DNA computing what is the analogy between a computer on your desk or laptop and the DNA computer. Hardware = ...
3
votes
4answers
304 views

C++ - Output all possible DNA kmers of a given length

A "kmer" is a DNA sequence of length K. A valid DNA sequence (for my purposes) can only contain the 4 following bases: A,C,T,G. I am looking for a C++ algorithm that simply outputs all possible ...
2
votes
1answer
108 views

DNA to RNA Conversion Java Swing: Why aren't my JButtons working?

I'm working on a simple tool where a user inputs their string or RNA or DNA and clicks a button which then transcribes it. When I click my transcribe or reverse transcribe JButton nothing happens! ...
2
votes
2answers
70 views

Matching multiple strings to one long string using patterns

I have a line of DNA code and I'm trying to use a Java regex expression to match the codon (3 letter sequence) to an amino acid. Below is an example of one of the patterns: Pattern A = ...
2
votes
2answers
49 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.
1
vote
2answers
85 views

Regex: extracting DNA info between 2 markers

Hi im new to regex in java and im trying to extract some DNA info from a file. Before the DNA data consisting of bases GCAT there is the word ORIGIN, and after there is a //. How do i write a regular ...
1
vote
1answer
115 views

calculate percentage divergence between two genetic sequences in R

havnt been able to find this in the questions or an R package, hopefully straightforward. Take two hypothetical genetic sequences: Sequence A: ATG CGC AAC GTG GAG CAT Sequence B: ATG GGC TAC GTG GAT ...
1
vote
1answer
172 views

Receive DNA-Sequence by range in biopython

i need to use a protein-prediction tool called Mutation-Taster (http://www.mutationtaster.org/). Since the input format for the batch query needs a piece of sequence surrounding the mutation, and i ...
0
votes
1answer
80 views

Multiple mismatches in DNA search sequence regex

I have written this barbaric script to create permutations of a string of characters that contain n (up to n=4) $'s in all possible combinations of positions within the string. I will eventually ...
0
votes
3answers
78 views

Matching different patterns to a string

(This is sort of a follow up question to one I asked before) So I have a DNA string e.g. acagatgaaggaggacgcgcccccgccgctgtcctgcgcctcagccatcctatgagacgg and I have 20 different 3 letter patterns ...
0
votes
2answers
115 views

align 2 DNA sequences and find complementary regions

I tried to find some clue in the list but I couldn't, so sorry if I ask a repeated topic I am PERL beginner and I am trying to write a program in PERL that take two DNA sequences, calculate the ...
0
votes
0answers
53 views

Combinatorics in PHP Program (14c3 or C 14,3)

I am not a programmer (Urgent need this in php, for solutions to problems of DNA) Say we have a combinatorics 14C3, where 14 are the possible times that may be the 3 different parameters "x", "y" ...
0
votes
0answers
22 views

Capacity effectiveness of the DNA comparing to the modern storing technologies [closed]

DNA can be considered as a storage mechanism for the data. What its capacity capabilities comparing to modern storing technologies: Flash, hard-drive etc?
0
votes
0answers
34 views

Execute an action according to the selected button with DNA jQuery

I using DNA jQuery. I have a Dialog DNA there two buttons, one is a Cancel button that execute a "$(this).dialog(‘close’);" for close the dialog. This Works correctly. The second button is OK or ...
0
votes
0answers
76 views

Compairing a 454 assemblage with a Gene Expression Analysis in Python

HELP? i need to map 20bp sequences produced by a gene expression analysis (fastq)to the contigs produced by a 454 assemblage (fasta), here is the kicker i dont care about the tags mapped to the open ...
0
votes
2answers
296 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
1answer
190 views

Remove last digit from file [closed]

Sequence 1.1.1 ATGCGCGCGATAAGGCGCTA ATATTATAGCGCGCGCGCGGATATATATATATATATATATT Sequence 1.2.2 ATATGCGCGCGCGCGCGGCG ACCCCGCGCGCGCGCGGCGCGATATATATATATATATATATT Sequence 2.1.1 ...