Description Usage Arguments Examples
View source: R/preparePhenotypeData.R
Process parsed phenotype data sheets into a tibble suitable for random forest analysis.
1 | preparePhenotypeData(phenotypeData)
|
phenotypeData |
parsed phenotype data collection sheet returned from |
1 2 3 4 5 6 7 8 9 | library(dplyr)
## Retrieve file paths for example data
files <- list.files(system.file('phenotypeDataCollectionSheets',
package = 'pdi'),full.names = TRUE)
## Prepare data
d <- map(files,readPhenotypeSheet) %>%
map(preparePhenotypeData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.