Description Usage Arguments Value Examples
findHealthy annotates as 'Healthy' the samples whose metadata matches with one of the elements of a list of sentence used to describe the normal disease state or healthy.
1 | findHealthy(metadata_df)
|
metadata_df |
a data frame where the first column corresponds to the identifier of a sample #' and the other columns the metadata relative to the sample |
a data frame with healthy samples annotated as 'Healthy'
1 2 3 4 | metadatafile <- readRDS(system.file('extdata', 'vignette_data',
'GEO_human_chip.rds', package='Onassis'))
healthy_gsms <- findHealthy(metadatafile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.