nebseq 0.0.1 - Free nebseq Download at Downloadplex.com

nebseq 0.0.1 - Free nebseq Download at Downloadplex.com
Check todays, this month or hot new software. This week most downloaded new software. You are not Logged in! Do you want to Log in or Register?
nebseq 0.0.1 icon

nebseq 0.0.1

 
 

nebseq 0.0.1

no screenshot
Download Now
(0.01 Mb)

nebseq Publisher's description:

from Paul Joseph Davis

Basic Biological Sequence Manipulations

nebseq is a Python module for basic biological sequence manipulations.

Import as usual

>>> import nebseq

Reverse complements

The only note here is that revcomp does not check the input sequence to see if it looks like DNA or RNA.

>>> nebseq.revcomp('ACGT')
'ACGT'
>>> nebseq.revcomp('TTACC')
'GGTAA'

And if we give it garbage it just gives us garbage back.

>>> nebseq.revcomp('ZQ')
'QZ'

Translation

The translation function should allow for full support of sequence translation. This includes things like trimming the first couple bases and using alternate translation tables. There is also support for the more esoteric post translational modifications that can be found in some Genbank files as well as translating partial peptides (for things like fuzzy coordinates).

Basic translation:

>>> nebseq.translate('TTGGCCAAGGAACGA', table=11)
'MAKER'

Showing the effects of a partial peptide translation. By default the first codon should be a start codon according to the selected translation table, if not then its converted to an 'X'

>>> nebseq.translate('GCCAAG')
'XK'
>>> nebseq.translate('GCCAAG', partial=True)
'AK'

Or we can remove the first couple of bases for fuzzy coordinates.

>>> nebseq.translate('TTGCCAAG', start=2, partial=True)
'AK'

Modifications are specified as an (index, amino_acid) two-tuple. Notice that modification indexes are specified as one-based indexes into the amino acid sequence.

>>> nebseq.translate('ATGAAGGAA', modifications=[(2, 'U')])
'MUE'

Extraction

Sequence extraction is for when you want to slice out part of a larger sequence. This is useful if you use the nebgb module and its definition of locations parsed from strings like join(1..5,9..100).

>>> location = {'type': 'span', 'from': 4, 'to': 10}
>>> nebseq.extract('ACCGTACCATAGTT', location)
('GTACCAT', (False, False))
>>> location = {
... "type": "complement",
... "segment": {
... "type": "join",
... "segments": [
... {"type": "span", "from": 3, "to": 8},
... {"type": "span", "from": 10, "to": 14}
... ]
... }
... }
>>> nebseq.extract('ACCGTATTTCGGGGACAT', location)
('CCCCGAATACG', (False, False))
md5=4fc143ac6e2d8607ca2b55a4e0d322f0

You can free download nebseq 0.0.1 now.

System Requirements:

ยท Python

- Download nebseq 0.0.1 freeDownload nebseq 0.0.1 free


 
Bookmark nebseq 0.0.1
 

nebseq Related software downloads:

 
Wmbio 1.02 icon Wmbio 1.02
Wmbio is a dockapp designed for windowmaker.
25-06-2009 22:34:33 | Freeware | Downloads: (3)


nebseq Related Tags:

    translation,     sequence,     location,     false,     quottypequot,     couple,     bases,     support,     partial,     things,     quotfromquot,     quottoquot,     quotspanquot,     indexes,     nebseqtranslate gccaag,     partial dtrue,     nebseq 0.0.1

nebseq Voting and Download Button For Your Site:

To link back to this page, please copy code below and insert in your page. All visits come thru this code will add a 10 point vote to this software.

Example:
Rate this software with 5 stars from downloadplex.com.     

Downloadplex.com periodically updates pricing and software information of nebseq from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using nebseq crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of nebseq Edition.
Downloadplex.com also does not provide download link for nebseq from Rapidshare, Megaupload, Yousendit, Mediafire, Filefactory and other Free file hosting service also. The download file is obtained directly from the publisher, not from any Peer to Peer file sharing applications such as Shareaza, Limewire, Kazaa, Imesh, eDonkey, eMule, Ares, BearShare, Overnet, Morpheus, BitTorrent Azureus and WinMX

Newsletter

Use FeedBurner to get latest software free downloads via email

Enter your email address:

Delivered by FeedBurner

Advertising