Utilizing: Chemical Structure search against PDB

Description Usage Arguments Value Functions Examples

Description

Chemical Structure search against PDB

Get protein name from PDB id

Usage

1
2
3
get_pdbFromMol(smiles, exactSearch = FALSE, tanimoto_treshold = 0.9)

get_PDB_proteinname(pdb_ids)

Arguments

smiles

SMILES string of type character

pdb

character vector fo 4-letter PDB codes

Value

character vector of PDB codes

character vector of protein names

Functions

Examples

1
2
3
4
5
get_pdb_id("CC(=O)OC1=CC=CC=C1C(=O)O", 0.9)
"1OXR" "1TGM" "2QQT" "3FCQ" "3GCL" "3IAZ" "4NSB"

get_pdb_proteinname("1TGM")
"Basic phospholipase A2 VRV-PL-VIIIa"

LarsRichter82/larspack documentation built on May 29, 2019, 12:03 p.m.