Protomix.extract_params¶
- extract_params(root_directory: str) DataFrame[source]
Extract parameters from ‘acqus’ files located within a directory hierarchy.
- Parameters:
root_directory (str) – Root directory where the ‘acqus’ files are located.
- Returns:
A dataframe with extracted parameters, indexed by sample names.
- Return type:
pd.DataFrame