filterTerms {Onassis} | R Documentation |
filterTerms
filterTerms allows users to remove a set of defined terms from the results of the annotation provided by Onassis
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
metadatafile <- readRDS(system.file('extdata', 'vignette_data', 'GEO_human_chip.rds', package='Onassis')) healthy_gsms <- findHealthy(metadatafile)