[BioPython] one function, two behaivors

Sebastian Bassi sbassi at gmail.com
Sat Jun 28 16:47:05 UTC 2008


On Sat, Jun 28, 2008 at 12:16 PM, Peter <biopython at maubp.freeserve.co.uk> wrote:
....
> Here there is at least one reason to want to do this - suppose you
> have a mixed set of nucleotide sequences and want to ensure they are
> all RNA.
> Do you think the Bio.Seq.transcibe() method should reject RNA sequences?

IMHO, it should reject RNA sequences. The case you point out (ensure a
set of sequences are all RNA) could be done by checking the type
before applying "transcribe".


-- 
Curso Biologia Molecular para programadores: http://tinyurl.com/2vv8w6
Bioinformatics news: http://www.bioinformatica.info
Tutorial libre de Python: http://tinyurl.com/2az5d5



More information about the Biopython mailing list