Learn R Programming

Autoseed (version 0.1.0)

AutoSeed: Get disease-related genes from eDGAR, DrugBank and MalaCards

Description

Get disease-related genes from eDGAR, DrugBank and MalaCards

Usage

AutoSeed(search)

Arguments

search

Name of the disease

Value

result$edgar: Containing Disease Name, OMIM ID and Genesymbol (Data comes from the eDGAR) result$malacards: Containing genes related to the disease (Data comes from the MalaCards) result$drugbank: Containing genes related to the disease (Data comes from the DrugBank)

Examples

Run this code
# NOT RUN {
result = AutoSeed("diabetes")
# }

Run the code above in your browser using DataLab