Description Usage Arguments Value Examples
filterTerms allows users to remove a set of defined terms from the results of the annotation provided by Onassis
1 | filterTerms(annotated_df, termlist = c())
|
annotated_df |
a data frame resulting from the annotation process of Onassis |
termlist |
the list of terms to be filtered out from the annotations |
a data frame with removed annotations
1 2 3 | 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.