Learn R Programming

ptm (version 0.2.7)

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)

Value

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

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.

Author

Juan Carlos Aledo

References

Rhee et al. (2008) Nature Reviews Genetics 9:509–515.

See Also

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

Examples

Run this code
if (FALSE) bg.go(c('P01009', 'P01374', 'Q86UP4'))

Run the code above in your browser using DataLab