DocumentIdentifier
- class pyopenms.DocumentIdentifier
Bases:
objectCython implementation of _DocumentIdentifier
Original C++ documentation is available here
- __init__()
Overload:
- __init__(self) None
Overload:
- __init__(self, in_0: DocumentIdentifier) None
Methods
Overload:
getIdentifier(self)Retrieve document identifier (e.g.
getLoadedFilePath(self)Returns the file_name which is the absolute path to the file loaded
getLoadedFileType(self)Returns the file_type (e.g.
setIdentifier(self, id)Sets document identifier (e.g.
setLoadedFilePath(self, file_name)Sets the file_name according to absolute path of the file loaded, preferably done whilst loading
setLoadedFileType(self, file_name)Sets the file_type according to the type of the file loaded from, preferably done whilst loading
- getLoadedFilePath(self) Union[bytes, str, String]
Returns the file_name which is the absolute path to the file loaded
- getLoadedFileType(self) int
Returns the file_type (e.g. featureXML, consensusXML, mzData, mzXML, mzML, …) of the file loaded