filterTerms: 'filterTerms'

Description Usage Arguments Value Examples

View source: R/AllFunctions.R

Description

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

Usage

1
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

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

Onassis documentation built on Nov. 8, 2020, 8:18 p.m.