[BioRuby-cvs] bioruby/doc Tutorial.rd,1.2,1.3
Pjotr Prins
pjotr at pub.open-bio.org
Thu Sep 8 01:36:28 EDT 2005
Update of /home/repository/bioruby/bioruby/doc
In directory pub.open-bio.org:/tmp/cvs-serv13600
Modified Files:
Tutorial.rd
Log Message:
Added warning and edited one paragraph
Index: Tutorial.rd
===================================================================
RCS file: /home/repository/bioruby/bioruby/doc/Tutorial.rd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Tutorial.rd 31 Aug 2005 13:16:03 -0000 1.2
--- Tutorial.rd 8 Sep 2005 05:36:26 -0000 1.3
***************
*** 6,21 ****
Translated into English: Naohisa Goto <ng at bioruby.org>
(to be written...)
= How to use BioRuby
== Manipulating nucleic / amino acid sequences (Bio::Sequence class)
! For simple example, by using a short DNA seuquence "atgcatgcaaaa",
! we are now converting into complemental strand, splicing subsequence,
! calculating nucleic acid compositions, translating to amino acid sequence,
! calculating molecular weight, and so on. About translation to
! amino acid sequences, you can specify frame where you want to start
! translation from and condon table ID defined in codontable.rb.
--- 6,28 ----
Translated into English: Naohisa Goto <ng at bioruby.org>
+ Edited by: PjotrPrins
(to be written...)
+ IMPORTANT NOTICE: This page is maintained in the BioRuby
+ CVS repository. Please edit the file there, otherwise
+ changes may get lost. See ((<BioRuby Developer Information>))
+ for CVS and mailing list access.
+
= How to use BioRuby
== Manipulating nucleic / amino acid sequences (Bio::Sequence class)
! A simple example: take a DNA sequence "atgcatgcaaaa", and convert it
! into the complemental strand, splice it into a subsequence, calculate
! the nucleic acid composition, translate it into the amino acid
! sequence, calculate molecular weight, and so on. Translating into
! amino acid sequences the frame can be specified - where you want to
! start the translation from and which condon table to use (ID defined
! in codontable.rb).
More information about the bioruby-cvs
mailing list