Learn R Programming

ptm (version 0.2.2)

bg.go: Search GO Terms for Background Set

Description

Searches the GO terms of the protein contained in a given set.

Usage

bg.go(ids)

Arguments

ids

either a vector containing the UniProt IDs of the background set or the path to the txt file containing the list of IDs acting as background.

Value

Returns a dataframe with two columns (Uniprot ID, GO terms) and as many rows as different proteins there are in the input set.

References

Rhee et al. (2008) Nature Reviews Genetics 9:509<U+2013>515.

See Also

search.go(), term.go(), get.go(), go.enrich(), gorilla(), net.go()

Examples

Run this code
# NOT RUN {
bg.go(c('P01009', 'P01374', 'Q86UP4'))
# }

Run the code above in your browser using DataLab