Learn R Programming

psygenet2r (version 1.2.0)

JaccardIndexPsy-class: Class JaccardIndexPsy

Description

Class JaccardIndexPsy is theresult of the process to look for a Jaccard Index between muliple diseases in psygenet2r package.

Arguments

Slots

nit
Number of iterations to calculate the estimated Jaccard index
type
Slot to save type of query (disease-disease, gene-disease)
table
data.frame containing the result table of Jaccard indexes
i1
[internal use] vector with names of first component
i2
[internal use] vector with names of second component

See Also

psygenetGene, psygenetDisease, JaccardIndexPsy-methods

Examples

Run this code
ji <- jaccardEstimation( c( "COMT", "CLOCK", "DRD3" ), "umls:C0005586", "CURATED" )

Run the code above in your browser using DataLab