load_olink_batch | R Documentation |
This function loads Olink batch data from the specified input directory. It performs quality checks on the data and loads specific files related to Olink data, including metadata for proteins and samples, and the results file. It also integrates validation checks and warns if there are too many issues identified in the data.
load_olink_batch(input_results_folder, verbose = TRUE)
input_results_folder |
A string representing the path to the folder containing Olink batch data to be loaded and processed. |
verbose |
Logical; if |
A list containing data frames for metadata of proteins (m_p), metadata of samples (m_s), and Olink results (r_o). If certain files are not available, the corresponding entries in the list will be NULL.
## Not run:
list_of_df <- load_olink_batch(input_results_folder = "/path/to/PROCESSED_YYYYMMDD/")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.