Description Usage Arguments Value Examples
View source: R/utility_funcs.R
Check if sample annotation is consistent with data matrix and join the two
1 2 3 4 5 6 7 8 9 |
sample_annotation |
data frame with:
.
See |
sample_id_col |
name of the column in |
df_long |
data frame where each row is a single feature in a single
sample. It minimally has a |
batch_col |
column in |
order_col |
column in |
facet_col |
column in |
merge |
(logical) whether to merge |
df_long
format data frame, merged with sample_annotation using
inner_join (samples represented in both)
1 2 3 | df_test = check_sample_consistency(sample_annotation = example_sample_annotation,
df_long = example_proteome, sample_id_col = 'FullRunName',
batch_col = NULL, order_col = NULL, facet_col = NULL)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.