filter_breadth: Filter very broad or very specific GO terms from a GOA file.

Description Usage Arguments Value Examples

View source: R/filter_breadth.R

Description

Filter very broad or very specific GO terms from a GOA file.

Usage

1
filter_breadth(goa, min.breadth = 20, max.breadth = 1000)

Arguments

min.breadth

minimum size of a GO group to consider

max.breadth

maximum size of a GO group to consider

go

the GOA file, read with 'read_gpa'

Value

the filtered GPA file

Examples

1
2
3
4
# read a GOA file 
go <- read_gpa("goa_human.gpa.gz")
# get GO terms annotated to between 30 and 100 proteins 
bp <- filter_breadth(go, min.breadth = 30, max.breadth = 100)

skinnider/flavin documentation built on May 6, 2019, 10:49 a.m.