Skip to content

Commit

Permalink
Update to the version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fh12355 committed Dec 20, 2023
1 parent 32657d2 commit 5b5c0ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Package: PICH
Type: Package
Title: Priority Index Approach to Clonal Hematopoiesis Therapeutics
Version: 1.0.0
Date: 2023-12-9
Date: 2023-12-20
Authors@R: c(person("Hai", "Fang", email="[email protected]", role=c("aut","cre")))
Maintainer: Hai Fang <[email protected]>
Depends: R (>= 4.2.0), igraph, ggplot2
Expand Down
2 changes: 1 addition & 1 deletion R/oRepurpose.r
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#' write.table(DR$index, file="oRepurpose_index.txt", sep="\t", row.names=F, quote=F)
#' }

oRepurpose <- function(data, phase.min=4, target.max=5, plot=TRUE, verbose=T, DTT=c("ChEMBL_v29","ChEMBL_v27","ChEMBL_v26","ChEMBL_v25"), restricted=NULL, excluded=NULL, placeholder=NULL, guid=NULL, ...)
oRepurpose <- function(data, phase.min=4, target.max=5, plot=TRUE, verbose=T, DTT=c("ChEMBL_v33","ChEMBL_v32","ChEMBL_v31","ChEMBL_v30"), restricted=NULL, excluded=NULL, placeholder=NULL, guid=NULL, ...)
{

ChEMBL <- NULL
Expand Down
2 changes: 1 addition & 1 deletion man/oRepurpose.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5b5c0ca

Please sign in to comment.