Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
171 views

What's a sensible way to represent a binary genome for a genetic algorithm?

My previous question belied my inexperience and was based on an assumption. Now I am much wiser. (Put 1s and 0s in a string? Pah! I laugh at the suggestion!) My question is then, how should I encode ...
2
votes
2answers
100 views

Finding genome coverage using random reads

Thank you for looking at my question. I am trying to solve this homework question. Consider the problem of sequencing genome by random reads. If G is the length of the entire sequence, L is the ...
1
vote
2answers
30 views

Can I parse hg19.2bit with php?

I know this is possibly an obscure use for php, but I'm working on an idea to navigate the human genome in a rather interesting way. The problem is I need to know if I can write a php script to ...
1
vote
1answer
77 views

How to determine characteristics for a genome?

In AI, are there any simple and/or very visual examples of how one could implement a genome into a simulation? Basically, I'm after a simple walkthrough (not a tutorial, but rather something of a ...
1
vote
1answer
316 views

Can I use the Music Genome Project?

Is there an API or database I can access or is it a proprietary project?
0
votes
1answer
141 views

GBrowse API for Python

Is there a python interface to GBrowse, something like Bio::Graphics in perl ? Otherwise, are there any python modules available to create genome browser like views ?