| read_qiime_mapping_file {qiimer} | R Documentation |
Read a QIIME sample mapping file.
read_qiime_mapping_file(filepath)
filepath |
Path to sample mapping file. The file must conform to the QIIME standards, detailed at http://qiime.org/documentation/file_formats.html. |
A data frame of sample information. Because the SampleID column is so often used to extract data from distance matrices and OTU tables, it is returned as a character vector.