Added doc-string for CelFileImportFunction.
This commit is contained in:
parent
e151e66898
commit
d123f0e1c1
|
@ -103,6 +103,7 @@ class TestDataFunction(Function):
|
||||||
|
|
||||||
|
|
||||||
class CelFileImportFunction(Function):
|
class CelFileImportFunction(Function):
|
||||||
|
"""Loads AffyMetrix .CEL-files into matrix."""
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
Function.__init__(self, 'cel_import', 'Import Affy')
|
Function.__init__(self, 'cel_import', 'Import Affy')
|
||||||
|
|
||||||
|
|
Reference in New Issue