get.targets: Get target information.

Description Usage Arguments Details Examples

Description

This function retrieves the target information by chembl id and uniprot id and also retrieves all the names of targets by organisms. When org="Homo sapiens" subsets the data frame by organism homo sapiens and retrieves all the Homo sapiens taregts

Usage

1
get.targets(x, type = "chemblid", org = NULL)

Arguments

x

: Input string chemblid

type

: Input string 'chemblid' or 'uniprot'

org

: Input string species name like "Homo sapiens","Plasmodium falciparum" and etc.

Details

get.targets

Examples

1
2
3
4
5
6
7
8
#get target information by chembl ids
get.targets("CHEMBL1862",type='chemblid')

#get target information by uniprot ids
get.targets("Q13936",type='uniprot')

#get all the target information using organism name
get.targets(org="Homo Sapiens")

abhik1368/rUniChEMBL documentation built on May 10, 2019, 4:10 a.m.