Description Usage Arguments Value Examples
View source: R/ms_clean_conditionrename.R
Function to customize the condition names in dataset,
make sure both order and length of incondition
and outcondition
should match exactly.
1 | ms_conditionrename(data, incondition = NULL, outcondition = NULL)
|
data |
dataset of which the condition names to be customized |
incondition |
a vector of current condition naming to be changed |
outcondition |
a vector of new condition naming to be applied |
a dataframe after condition name customization
1 2 3 4 5 6 | ## Not run:
ITDRdata <- ms_conditionrename(ITDRdata,
incondition=c("staurosporine.3","staurosporine.4"),
outcondition=c("ST.1","ST.2"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.