Reads a csv file and returns a dataframe in which the rows correspond to features (e.g. markers, genes, phenotypes...) and columns correspond to information about the features.
Arguments
- file
Character, path to the dataset csv file.
- col_id
Character, the name of the column in the file that contains the ID of the rows (i.e. sample IDs).
- ...
Further arguments passed to
readr::read_csv()
.