metadata_long_form | R Documentation |
This function runs through the metadata.tsv files in the installed package, running 'study_long_form()' on each, then binds them together, appending a 'study' column.
metadata_long_form()
a data.frame with the following columns:
- study - sampleID - subjectID - variable: the column name from the wide-form data - numeric_value: if a numeric value, this value will be non-NA - string_value: if a character value, this value will be non-NA - logical_value: if a logical value, this value will be non-NA
Sean Davis <seandavi@gmail.com>
ret = metadata_long_form()
dim(ret)
ret
table(ret$study)
summary(ret)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.