d2t: How to make disease to target

Description Usage Arguments Value Examples

View source: R/d2t.R

Description

How to make disease to target

Usage

1
d2t(x, type = "diseaseID", score = 0.3)

Arguments

x

is diseaseID or disease

type

is the class of x

score

is the limitation of score

Value

target symbol and score

Examples

1
2
3
4
.d2t(x='C0009375',type='diseaseID',score=0.3)
d2t(x=c('C0009375','C0271979'),type='diseaseID',score=0.4)
.d2t(x='Schizophrenia',type='disease',score=0.3)
d2t(x=c('Schizophrenia','beta Thalassemia'),type='disease',score=0.4)

pwj6/tcmR documentation built on Dec. 22, 2021, 10:53 a.m.