Description Usage Arguments Value
Merge input kinetics files
1 2 | generate_superset(f_names, data_column, delim = ",",
norm = "sum_normalization")
|
f_names |
A vector of .csv file paths containing kinetics data |
data_column |
A vector of column names containing data matrix |
delim |
The delimiter of input file (default is ',') |
norm |
The normalization method. It should be one of c('sum_normalization', 'zscore'). Default is 'sum_normalization'. |
A data frame containing kinetics data obtained from files in the f_names vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.