|
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
_split_keywords(self,
keyword_string)
Split a string of keywords into a nice clean list. |
source code
|
|
|
|
_split_accessions(self,
accession_string)
Split a string of accession numbers into a list. |
source code
|
|
|
|
_split_taxonomy(self,
taxonomy_string)
Split a string with taxonomy info into a list. |
source code
|
|
|
|
|
|
|
_remove_newlines(self,
text)
Remove any newlines in the passed text, returning the new string. |
source code
|
|
|
|
_normalize_spaces(self,
text)
Replace multiple spaces in the passed text with single spaces. |
source code
|
|
|
|
_remove_spaces(self,
text)
Remove all spaces from the passed text. |
source code
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|