Skip to content

Commit

Permalink
0.8.9.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sigven committed Mar 15, 2021
1 parent 74b6d7e commit d38a17b
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 32 deletions.
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 15th 2021: **0.8.9.2 release**
* Fixed bug for query of type _uniprot_acc_
* March 14th 2021: **0.8.9 release**
* Query verification section
* Removed lower limit of n = 20 entries in queryset
Expand Down
Binary file modified data/genedb.rda
Binary file not shown.
28 changes: 14 additions & 14 deletions docker/renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@
},
"DelayedArray": {
"Package": "DelayedArray",
"Version": "0.16.1",
"Version": "0.16.2",
"Source": "Bioconductor",
"Hash": "98a62a8040f67b43dad034e58f288d51"
"Hash": "2fc4c41dfafe33346e759d05bc3b372f"
},
"Formula": {
"Package": "Formula",
Expand Down Expand Up @@ -127,9 +127,9 @@
},
"GenomeInfoDb": {
"Package": "GenomeInfoDb",
"Version": "1.26.2",
"Version": "1.26.4",
"Source": "Bioconductor",
"Hash": "6082689b1694d67738f55795ec407d5b"
"Hash": "dae39e992f8f9f0a6c3531760487e166"
},
"GenomeInfoDbData": {
"Package": "GenomeInfoDbData",
Expand All @@ -145,9 +145,9 @@
},
"GenomicFeatures": {
"Package": "GenomicFeatures",
"Version": "1.42.1",
"Version": "1.42.2",
"Source": "Bioconductor",
"Hash": "10c8a15846af2fd20d2645ce4edf74e3"
"Hash": "6b72206508bbb72809afa1e987369443"
},
"GenomicRanges": {
"Package": "GenomicRanges",
Expand Down Expand Up @@ -689,10 +689,10 @@
},
"formatR": {
"Package": "formatR",
"Version": "1.7",
"Version": "1.8",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "ad36e26eeeb7393886d8a0e19bc6ee42"
"Hash": "3a5d6129643015003ab29e9aef8d6367"
},
"fs": {
"Package": "fs",
Expand Down Expand Up @@ -1056,10 +1056,10 @@
},
"maptools": {
"Package": "maptools",
"Version": "1.0-2",
"Version": "1.1-1",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "1cb5cb7bbab76318944e3794ff2512ae"
"Hash": "beef5712326b384b1e87ba10c01e18f5"
},
"markdown": {
"Package": "markdown",
Expand Down Expand Up @@ -1533,10 +1533,10 @@
},
"survival": {
"Package": "survival",
"Version": "3.2-7",
"Version": "3.2-9",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "39c4ac6d22dad33db0ee37b40810ea12"
"Hash": "97d123547f46fce095abadc7dcb3c3e0"
},
"sys": {
"Package": "sys",
Expand Down Expand Up @@ -1624,10 +1624,10 @@
},
"utf8": {
"Package": "utf8",
"Version": "1.1.4",
"Version": "1.2.1",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "4a5081acfb7b81a572e4384a7aaf2af1"
"Hash": "c3ad47dc6da0751f18ed53c4613e3ac7"
},
"vctrs": {
"Package": "vctrs",
Expand Down
2 changes: 1 addition & 1 deletion inst/templates/drug_target_association.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ DT::datatable(targets_shared, escape = F,

```{r drug_targets_missing, echo=F, results = 'asis', eval = missing_drug_targets}
cat('<br><br>\n <ul><li> <i> <span style="font-size: 105%; padding: 3px; background-color:#989898; color:white">&nbsp;&nbsp;No target proteins with cancer drug associations from Open Targets Platform were found. &nbsp;&nbsp; </span></i></li></ul>',sep='\n')
cat('\n <ul><li> <i> <span style="font-size: 105%; padding: 3px; background-color:#989898; color:white">&nbsp;&nbsp;No target proteins with cancer drug associations from Open Targets Platform were found. &nbsp;&nbsp; </span></i></li></ul>',sep='\n')
cat('\n')
cat('<br><br>')
Expand Down
2 changes: 1 addition & 1 deletion inst/templates/onco_enrich_report.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ knitr::opts_chunk$set(echo = F,warning=FALSE, dpi=72, error=F, eval=T)
```{r target_ppi, child='ppi.Rmd', eval = onc_enrich_report[['config']][['show']][['ppi']]}
```

```{r target_enrichment_invalid, child='functional_enrichment_invalid.Rmd', eval = NROW(onc_enrich_report[['data']][['query']][['target']]) < 5}
```{r target_enrichment_invalid, child='functional_enrichment_invalid.Rmd', eval = NROW(onc_enrich_report[['data']][['query']][['target']] %>% dplyr::filter(status == "found")) < 5}
```


Expand Down
2 changes: 1 addition & 1 deletion inst/templates/query_verification.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cat('<br><br>')
* <span style="background-color:#238b45; line-height:110%; padding:2x; color:white"><b>&nbsp; Valid identifier (mapped as alias) &nbsp; </b></span> &nbsp;:&nbsp;&nbsp; __n = `r NROW(onc_enrich_report[['data']][['query']][['target']] %>% dplyr::filter(status == 'found_as_alias'))`__
* <span style="background-color:#005a32; line-height:110%; padding:2x; color:white"><b>&nbsp; Valid identifier &nbsp; </b></span> &nbsp;:&nbsp;&nbsp; __n = `r NROW(onc_enrich_report[['data']][['query']][['target']] %>% dplyr::filter(status == 'found'))`__

<br><br>
<br>


```{r table_browse_querylist, echo=F, results = "asis", eval = T}
Expand Down
2 changes: 1 addition & 1 deletion inst/templates/unknown_function.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ DT::datatable(targets_unknown_function,


```{r ufunction_genes_missing, echo=F, results = 'asis', eval = !show_ufunction_genes}
cat('<br><br>\n <ul><li> <i> <span style="font-size: 105%; padding: 3px; background-color:#989898; color:white">&nbsp;&nbsp;<b>NO</b> genes with unknown or poorly defined functions were detected in target set.&nbsp;&nbsp; </span></i></li></ul>',sep='\n')
cat('\n <ul><li> <i> <span style="font-size: 105%; padding: 3px; background-color:#989898; color:white">&nbsp;&nbsp;<b>NO</b> genes with unknown or poorly defined functions were detected in target set.&nbsp;&nbsp; </span></i></li></ul>',sep='\n')
cat('\n')
cat('<br><br>')
Expand Down
28 changes: 14 additions & 14 deletions renv.lock
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,9 @@
},
"DelayedArray": {
"Package": "DelayedArray",
"Version": "0.16.1",
"Version": "0.16.2",
"Source": "Bioconductor",
"Hash": "98a62a8040f67b43dad034e58f288d51"
"Hash": "2fc4c41dfafe33346e759d05bc3b372f"
},
"Formula": {
"Package": "Formula",
Expand Down Expand Up @@ -127,9 +127,9 @@
},
"GenomeInfoDb": {
"Package": "GenomeInfoDb",
"Version": "1.26.2",
"Version": "1.26.4",
"Source": "Bioconductor",
"Hash": "6082689b1694d67738f55795ec407d5b"
"Hash": "dae39e992f8f9f0a6c3531760487e166"
},
"GenomeInfoDbData": {
"Package": "GenomeInfoDbData",
Expand All @@ -145,9 +145,9 @@
},
"GenomicFeatures": {
"Package": "GenomicFeatures",
"Version": "1.42.1",
"Version": "1.42.2",
"Source": "Bioconductor",
"Hash": "10c8a15846af2fd20d2645ce4edf74e3"
"Hash": "6b72206508bbb72809afa1e987369443"
},
"GenomicRanges": {
"Package": "GenomicRanges",
Expand Down Expand Up @@ -689,10 +689,10 @@
},
"formatR": {
"Package": "formatR",
"Version": "1.7",
"Version": "1.8",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "ad36e26eeeb7393886d8a0e19bc6ee42"
"Hash": "3a5d6129643015003ab29e9aef8d6367"
},
"fs": {
"Package": "fs",
Expand Down Expand Up @@ -1056,10 +1056,10 @@
},
"maptools": {
"Package": "maptools",
"Version": "1.0-2",
"Version": "1.1-1",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "1cb5cb7bbab76318944e3794ff2512ae"
"Hash": "beef5712326b384b1e87ba10c01e18f5"
},
"markdown": {
"Package": "markdown",
Expand Down Expand Up @@ -1533,10 +1533,10 @@
},
"survival": {
"Package": "survival",
"Version": "3.2-7",
"Version": "3.2-9",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "39c4ac6d22dad33db0ee37b40810ea12"
"Hash": "97d123547f46fce095abadc7dcb3c3e0"
},
"sys": {
"Package": "sys",
Expand Down Expand Up @@ -1624,10 +1624,10 @@
},
"utf8": {
"Package": "utf8",
"Version": "1.1.4",
"Version": "1.2.1",
"Source": "Repository",
"Repository": "CRAN",
"Hash": "4a5081acfb7b81a572e4384a7aaf2af1"
"Hash": "c3ad47dc6da0751f18ed53c4613e3ac7"
},
"vctrs": {
"Package": "vctrs",
Expand Down

0 comments on commit d38a17b

Please sign in to comment.