Description Usage Arguments Value Examples
View source: R/post.processing.R
Takes a vector of strings and outputs simple numbers. This takes care of the case where conditions are listed as strings (basal, IL7), in which case they are converted to numbers (1, 2)
1 | StringToNumbers(strings)
|
strings |
vector of strings |
strings: same vector with each unique element converted to a number
1 2 | ex.string <- c("unstim", "unstim", "stim", "stim", "stim")
StringToNumbers(ex.string)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.