getMouseData: gets the mouse data annotations downloaded from uniprot

Description Usage Arguments Examples

View source: R/getHumanData.R

Description

gets the mouse data annotations downloaded from uniprot

Usage

1
getMouseData(PE = 1)

Arguments

PE

one of 0 = all, 1 = "Evidence at protein level", 2= "Evidence at transcript level", 3= "Inferred from homology",4="Predicted" , 5="Uncertain"

Examples

1
2
3
4
5
6
library(topGOUniProt)
tmp <- getMouseData(PE=0)
colnames(tmp)
unique(tmp$PE)
tmp <- getMouseData()
unique(tmp$PE)

protViz/topGOUniProt documentation built on May 26, 2019, 10:31 a.m.