Skip to content

Commit 7950d1b

Browse files
committed
fix minor issues for v1.4
1 parent 3a71db2 commit 7950d1b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

R/active_snw_functions.R

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#' package = "pathfindR")
2323
#' filtered <- filterActiveSnws(active_snw_path = path2snw_list,
2424
#' sig_genes_vec = pathfindR::RA_input$Gene.symbol)
25+
#' unlink("active_snw_search", recursive = TRUE)
2526
filterActiveSnws <- function(active_snw_path, sig_genes_vec,
2627
score_quan_thr = 0.80, sig_gene_thr = 0.02) {
2728
## Arg. checks

man/filterActiveSnws.Rd

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)