getHumanData: gets the human data annotations downloaded from uniprot

Description Usage Arguments Examples

Description

gets the human data annotations downloaded from uniprot

Usage

1
getHumanData(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
7
8
library(topGOUniProt)
tmp <-getHumanData(PE= 0)
dim(tmp)
unique(tmp$PE)
tmp <-getHumanData(PE= 1)
unique(tmp$PE)
tmp <-getHumanData(PE= 2)
dim(tmp)

wolski/topGOUniProt documentation built on May 4, 2019, 9:47 a.m.