SCOP.fa2MP: Annotations of SCOP domain families (fa) by Mammalian...

Description Usage Value References See Also Examples

Description

An object of class "Anno" that contains associations between Mammalian Phenotype terms and SCOP domain families (fa). This data is prepared based on the dcGO database (see http://supfam.org/SUPERFAMILY/dcGO/).

Usage

1

Value

an object of class Anno. It has slots for "annoData", "termData" and "domainData":

References

Fang H and Gough J. (2013) dcGO: database of domain-centric ontologies on functions, phenotypes, diseases and more. Nucleic Acids Res, 41(Database issue):D536-44.

See Also

Anno-class

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
# load data
data(SCOP.fa2MP)
SCOP.fa2MP
# retrieve info on ontology terms
termData(SCOP.fa2MP)
# retrieve info on SCOP domains
domainData(SCOP.fa2MP)
# retrieve the first 5 rows and columns of annotation data
x <- annoData(SCOP.fa2MP)[1:5,1:5]
x
# convert the above retrieval to the full matrix
as.matrix(x)

dcGOR documentation built on May 2, 2019, 3:34 p.m.

Related to SCOP.fa2MP in dcGOR...