View source: R/webApp/functions.R View source: R/functions.R
LongSubMatrix | R Documentation |
Select values and individuals
LongSubMatrix(longMatrix, indivVar, indivVal, listVar, listVal, metadata)
longMatrix, |
a long matrix with sample names splited into columns |
indivVar, |
individuals variable names |
indivVal, |
individuals value names in same order than variables |
listVar, |
a list of variables that correspond to metadata column names |
listVal, |
a list of values that correspond to metadata values |
metadata, |
a dataframe containing variables as columns names and their corresponding values |
a long df with samples containing values gave in listVal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.