Skip to content

Commit

Permalink
fix: remove unnecessary file references
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Sajid Imami <395482+AliSajid@users.noreply.github.com>
  • Loading branch information
AliSajid committed Jun 17, 2024
1 parent 4f16576 commit 0f10f53
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/investigateSignature.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ NULL
#'
#' # Load and prepare the signature
#' inputSignature <- read.table(system.file("extdata",
#' "dCovid_diffexp.tsv.tar.xz",
#' "dCovid_diffexp.tsv",
#' package = "drugfindR"
#' ), header = TRUE)
#'
Expand Down
2 changes: 1 addition & 1 deletion R/prepareSignature.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#' # Prepare an L1000 signature from a differential gene expression output
#'
#' inputSignature <- read.table(system.file("extdata",
#' "dCovid_diffexp.tsv.tar.xz",
#' "dCovid_diffexp.tsv",
#' package = "drugfindR"
#' ), header = TRUE)
#'
Expand Down
2 changes: 1 addition & 1 deletion man/investigateSignature.Rd

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

2 changes: 1 addition & 1 deletion man/prepareSignature.Rd

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

0 comments on commit 0f10f53

Please sign in to comment.