Description Usage Arguments Value Examples
View source: R/load-data.R View source: R/load-data copy.R
This is the function to read and process raw text file proteomics data from SomaLogic. Data can provided with a label to preserve mapping from SeqId to UniProt Full Name. Study ID is preserved in the ID data column.
1 |
path |
File path to the SomaLogic text file with protein data. |
labels |
Output of |
id |
Variable name of Study Identifier in SomaLogic Text File used to map study subjects to clinical data. |
Tibble containing raw proteomic data for all measured subjects.
Tibble will be labelled if labelling dictionary is provided. Sample ID to
map to subject study id is stored in the id
variable.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.