Skip to content

Commit

Permalink
version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurav Bhaskar Saha authored and cran-robot committed May 18, 2018
0 parents commit 7a2bd39
Show file tree
Hide file tree
Showing 12 changed files with 14,655 additions and 0 deletions.
17 changes: 17 additions & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Package: uCAREChemSuiteCLI
Type: Package
Title: Resistome Predicter
Version: 0.1.0
Date: 2018-05-16
Author: Saurav Bhaskar Saha, Vipul Gupta, Pramod Wasudeo Ramteke
Maintainer: Saurav Bhaskar Saha <saurav.saha@shiats.edu.in>
Description: Predicts Escherichia coli's resistome for candidate drug. It utilizes two algorithms viz. deterministic model and stochastic model (manuscript under preparation) for the prediction of drug class. Once the drug class is predicted, the resistome is fetched from the database for the predicted class.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Imports: ChemmineR, stats, utils, usethis
NeedsCompilation: no
Packaged: 2018-05-17 09:45:34 UTC; Saurav Saha
Repository: CRAN
Date/Publication: 2018-05-18 11:50:40 UTC
2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
YEAR: 2018
COPYRIGHT HOLDER: Sam Higginbottom University of Agriculture, Technology and Sciences (SHUATS)
11 changes: 11 additions & 0 deletions MD5
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
646ee282556e22994e56368cb8c4637a *DESCRIPTION
1ff7c83610f9015528278afc8b820a06 *LICENSE
b6b40c2bf4d0f76d1bbdc908e2d7ed3f *NAMESPACE
58fec3e4921504fa81b0f80a5d9f129b *R/uCAREChemSuiteCLI.R
4c8a21a70d8122bb4796e475a40c476f *inst/extdata/Antiobiotic_data_set.txt
839e2addd41498e7b884a706fd155105 *inst/extdata/all_sdf_names.sdf
ac65490fe2ae788605543ba84982afbe *inst/extdata/example.sdf
87f3cc2b7e91fd60f629ce67bbb3a99b *man/drug.class.deterministic.Rd
e2718b64516a3577c952c0fc750ab829 *man/drug.class.stochastic.Rd
4cf5e574fcfc84c3acbdf04810b400d4 *man/drug.resistome.deterministic.Rd
99e339a8062853d4a06ab78fc0ba219c *man/drug.resistome.stochastic.Rd
10 changes: 10 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Generated by roxygen2: do not edit by hand

export(drug.class.deterministic)
export(drug.class.stochastic)
export(drug.resistome.deterministic)
export(drug.resistome.stochastic)
import(ChemmineR)
import(stats)
import(usethis)
import(utils)

0 comments on commit 7a2bd39

Please sign in to comment.