Description Usage Arguments Details See Also
This wrapper conveniently establishes the experiment layout from nested file groups as exported by Bruker FlexAnalysis. Here, measurements for each plate position (well) are saved in a folder such as "0_A1", "0_A2", etc. Replicate measurements of the same well are grouped in subfolders such as "0_A1/1", "0_A1/2" etc.
1 2 3 4 5 | import_layout_from_paths.maldi(
paths,
pivot = "[0-9]_[A-Z]+[0-9]+",
relative_to = getwd()
)
|
paths |
A list character vector or list of file paths. See Details. |
pivot |
A regular expression describing the name of a single folder in each tree up to which "groups" and from which "replicates" are established. See Details. |
relative_to |
If not |
pivot
must contain a regular expression to identify the well, i.e.,
contain [A-Z]+[0-9]+".
The resulting grouped data frame is grouped by well
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.