You are viewing the documentation for metbit 9.0.0. Change release context
metbit._internal.report
Other module in metbit 9.0.0.
import metbit._internal.reportClasses
gen_page_legacy
Methods
__init__(self, data_path)
This function takes in the path to the data folder and returns the HTML files for the OPLS-DA plots.
Parameters
data_pathstrThe path to the data folder. gen_page_legacy(data_path).get_files()
get_files(self)
gen_page
Methods
__init__(self, data_path)
This function takes in the path to the data folder and returns the HTML files for the OPLS-DA plots.
Parameters
data_pathstrThe path to the data folder. gen_page(data_path).get_files()
get_files(self)
oplsda_path
Methods
__init__(self, data_path)
This function takes in the path to the data folder and returns the path to the OPLS-DA plots.
Parameters
data_pathstrThe path to the data folder. oplsda_path(data_path).get_path()
make_path(self)
Create report folders under the provided data path and cache paths.
Call this before `get_path()` to ensure directories exist.