Reads the data from the (J)DX files and creates the dataset.
read_dataset_dx(folder.data, filename.meta = NULL,
type = "undefined", description = "", label.x = NULL,
label.values = NULL, header.col.meta = TRUE,
header.row.meta = TRUE, sep.meta = ",")
string containing the path of the data folder.
name of the metadata file.
type of the data.
a short text describing the dataset.
the label for the x values.
the label for the y values.
boolean value indicating if the metadata CSV file contains a header column with the name of the metadata variables.
boolean value indicating if the metadata CSV file contains a header row with the name of the samples.
the separator character of the metadata file.
Returns the dataset from the (J)DX files.