Hi Yotam, On Mon, Nov 30, 2009 at 3:03 AM, Yotam Avital <[email protected]> wrote: > Hi. > > I'm considering using sage as the main tool for my Ph.D research that will > start soon. My research will involve some analysis of proteins and DNA data > (such as sequence). Is there a tool in sage for text analysis? mostly > regular expressions. > > I assume there is a tool built it in python.
Since every distribution of Sage contains Python, you have access to the "re" regular expression module [1] of Python. There's also the Biopython [2] optional Sage package. There's also the book "Text Processing in Python" [3]. [1] http://docs.python.org/library/re.html [2] http://www.sagemath.org/packages/optional/biopython-1.52.p0.spkg [3] http://gnosis.cx/TPiP/ -- Regards Minh Van Nguyen -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
