drug.resistome.stochastic: drug.resistome.stochastic

Description Usage Arguments Details Value Examples

Description

Takes structure data file (SDF) of candidate drug to predict its resistome using stochastic model.

Usage

1
drug.resistome.stochastic("sdf", "NearestNeighbor", "Threshold", "Organism")

Arguments

sdf

input sdf file

NearestNeighbor

Nearest Neighbor = 1, 3

Threshold

Threshold = 0.25, 0.3, 0.35, 0.4

Organism

Escherichia coli = 1, Pseudomonas aeruginosa = 2

Details

uCAREChemSuiteCLI

Value

Predicted resistome of the candidate drug using Nearest Neighbor algorithm

Examples

1
2
3
4
{
example.resistome.stochastic<- system.file('extdata/example.sdf', package="uCAREChemSuiteCLI")
drug.resistome.stochastic(example.resistome.stochastic, "3", "0.25", "1")
}

uCAREChemSuiteCLI documentation built on June 3, 2019, 5:05 p.m.