View source: R/convert_mztab2mass_dataset.R
convert_mztab2mass_dataset | R Documentation |
This function converts mzTab data into a mass_dataset
object.
It processes the mzTab data to create a mass_dataset
object containing expression data, sample information, and variable information.
convert_mztab2mass_dataset(file, path = ".")
file |
The name of the mzTab file to be read. |
path |
The directory where the mzTab file is located. Default is the current directory. |
The function reads mzTab data and processes it to create a mass_dataset
object.
It extracts sample information, variable information, and expression data.
It also performs checks to ensure the data is correctly formatted.
A mass_dataset
object containing the processed mzTab data.
Xiaotao Shen shenxt1990@outlook.com
## Not run:
# Assuming 'mztab_file' is the name of the mzTab file
mass_dataset <- convert_mztab2mass_dataset(file = mztab_file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.