drug.resistome.deterministic: drug.resistome.deterministic

Description Usage Arguments Details Value Examples

Description

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

Usage

1
drug.resistome.deterministic("sdf", "Organism")

Arguments

sdf

input sdf file

Organism

Escherichia coli = 1, Pseudomonas aeruginosa = 2

Details

uCAREChemSuiteCLI

Value

Predicted resistome of the candidate drug using deterministic model

Examples

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

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