filterTerms {Onassis}R Documentation

filterTerms

Description

filterTerms allows users to remove a set of defined terms from the results of the annotation provided by Onassis

Usage

filterTerms(annotated_df, termlist = c())

Arguments

annotated_df

a data frame resulting from the annotation process of Onassis

termlist

the list of terms to be filtered out from the annotations

Value

a data frame with removed annotations

Examples

metadatafile <- readRDS(system.file('extdata', 'vignette_data',
'GEO_human_chip.rds', package='Onassis'))
healthy_gsms <- findHealthy(metadatafile)

[Package Onassis version 1.6.0 Index]