| constructRawLayout {Mosaic} | R Documentation |
Constructor function for the rawLayout S3 class, holding information on MSdata grouping and layout options in MOSAiC.
constructRawLayout(rawgrouptable, stem = NULL)
rawgrouptable |
a data.frame with columns File and Group , holding file paths and group names, respectively. |
stem |
if the file paths in rawgrouptable are not full (e.g. subdirectories of the working directory), this should be the path of the working directory. |