--
You received this message because you are subscribed to the Google Groups "DIYbio" group.
To post to this group, send email to diy...@googlegroups.com.
To unsubscribe from this group, send email to diybio+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/diybio?hl=en.
If anyone knew that they'd be a trillionaire already, I'm afraid..
Website: www.indiebiotech.com
Twitter: @onetruecathal
from Bio import SeqIO
for seq_record in SeqIO.parse("ls_orchid.gbk", "genbank"):
print seq_record.id
print repr(seq_record.seq)
print len(seq_record)
You need to replace ls_orchid above with the name for the ostrich DNA. I found a mitochondrial genome for the ostrich here:
http://www.ncbi.nlm.nih.gov/sites/entrez?Db=genome&Cmd=ShowDetailView&TermToSearch=15673
I don't know what qbk that would map to. You then need to use BLAST and other tools to identify the genes etc...
Step 3:
Use gene designer, emboss, and other simulation tools to simulate the prototype dna
Step 4:
An egg is alive. There is only one cell in the egg. The rest is just nutrition for that cell. It is possible to get the cell and modify it. Possible ways to do this are:
1. Gene gun
2. virus
I think the virus approach is easier. My advice is create a virus that changes the DNA you want, then "fertilize the egg" to cause it to begin to grow. Be aware that current success rates with modifying DNA are less then 1%. So you will need over 100 ostrich eggs to hope to get one with the right DNA.
Anyway, I hope this has helped :> Let me know if I can help in any way.
-Tim
--
You received this message because you are subscribed to the Google Groups "DIYbio" group.
To post to this group, send email to diy...@googlegroups.com.
To unsubscribe from this group, send email to diybio+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/diybio?hl=en.
--