create_metadata | R Documentation |
Creates metadata from DIA-NN report
create_metadata( report, INTO = c("Batch", "sample_id", "run_order", "plate_pos", "well"), file_pattern = "(.*?)_(.*?)_([0-9]+)_([0-9]+)_([A-Za-z0-9]+)\\.wiff\\.dia$" )
report |
DIA-NN report file |
INTO |
extracted columns in metadata output file, e.g.
|
file_pattern |
regular expression for extracting experimental metadata, e.g.
|
returns metadata tibble
create_metadata(diann_report, INTO = c("Batch", "sample_id", "run_order", "plate_pos", "well"), file_pattern = "(.*?)_(.*?)_([0-9]+)_([0-9]+)_([A-Za-z0-9]+)\\.wiff\\.dia$")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.