Trees | Indices | Help |
---|
|
object --+ | list --+ | GenericTools.VerboseList --+ | Location --+ | LocationFromString
>>> # here are some tests from http://www.ncbi.nlm.nih.gov/collab/FT/index.html#location >>> print LocationFromString("467") 467 >>> print LocationFromString("340..565") 340..565 >>> print LocationFromString("<345..500") <345..500 >>> print LocationFromString("<1..888") <1..888 >>> # (102.110) and 123^124 syntax unimplemented >>> print LocationFromString("join(12..78,134..202)") join(12..78,134..202) >>> print LocationFromString("complement(join(2691..4571,4918..5163))") complement(join(2691..4571,4918..5163)) >>> print LocationFromString("join(complement(4918..5163),complement(2691..4571))") join(complement(4918..5163),complement(2691..4571)) >>> print LocationFromString("order(complement(4918..5163),complement(2691..4571))") order(complement(4918..5163),complement(2691..4571)) >>> print LocationFromString("NC_001802x.fna:73..78") NC_001802x.fna:73..78 >>> print LocationFromString("J00194:100..202") J00194:100..202
>>> print LocationFromString("join(117505..118584,1..609)") join(117505..118584,1..609) >>> print LocationFromString("join(test3:complement(4..6),test3:complement(1..3))") join(test3:complement(4..6),test3:complement(1..3)) >>> print LocationFromString("test3:join(test1:complement(1..3),4..6)") test3:join(test1:complement(1..3),4..6)
|
|||
new empty list |
|
||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Nov 26 16:18:45 2010 | http://epydoc.sourceforge.net |