Skip to content

Commit

Permalink
0.8.9.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Mar 15, 2021
1 parent d38a17b commit 5091c9f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 9 additions & 4 deletions R/onco_enrichr.R
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ onco_enrich <- function(query,
query_id_type = query_id_type,
ignore_id_err = ignore_id_err,
project_description = project_description,
ppi_min_string_score = ppi_score_threshold,
ppi_add_nodes = ppi_add_nodes,
show_ppi = show_ppi,
show_drugs_in_ppi = show_drugs_in_ppi,
Expand Down Expand Up @@ -418,11 +419,15 @@ onco_enrich <- function(query,
## set to FALSE, oncoEnrichR analysis will halt (no analysis modules
## will be included in report)
if (qgenes_match[["match_status"]] == "imperfect_stop") {
for(e in c("disease","drug","enrichment",
for(e in c("disease","drug",
"enrichment",
"protein_complex","ppi",
"tcga_aberration","tcga_coexpression",
"cell_tissue","loss_of_fitness",
"subcellcomp","unknown_function",
"tcga_aberration",
"tcga_coexpression",
"cell_tissue",
"loss_of_fitness",
"subcellcomp",
"unknown_function",
"cancer_prognosis")){
onc_rep[['config']][['show']][[e]] <- F
}
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ The package is intended for exploratory analysis and prioritization of a gene li
* Which members of the target set are associated with cellular loss-of-fitness in CRISPR/Cas9 whole-genome drop out screens of cancer cell lines (i.e. reduction of cell viability elicited by a gene inactivation)?

### News
* March 16th 2021: **0.8.9.3 release**
* Fixed bug; option _ppi_score_threshold_ not propagated properly
* March 15th 2021: **0.8.9.2 release**
* Fixed bug for query of type _uniprot_acc_
* March 14th 2021: **0.8.9 release**
Expand Down

0 comments on commit 5091c9f

Please sign in to comment.