Description Usage Arguments Details Value
View source: R/split_phenotypes.R
A column containing multiple phenotypes is split into multiple columns, one for each single phenotype.
1 | split_phenotype_column(csd, column)
|
csd |
Cell seg data to use. |
column |
The name of the column to split |
Multiple phenotypes in the original column must be separated with "/". The names of positive phenotypes must end in "+".
A new data frame with the column
column replaced with
individual columns per phenotype and the Confidence
column(s) removed.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.