Skip to content

Commit

Permalink
Merge pull request #233 from marouenbg/update-desc
Browse files Browse the repository at this point in the history
update website
  • Loading branch information
marouenbg authored Nov 24, 2021
2 parents e4cb00c + 768a198 commit 809e28b
Show file tree
Hide file tree
Showing 93 changed files with 662 additions and 583 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@ tests/testthat/*.txt
tests/testthat/*.vcf
/doc/
/Meta/
vignettes/*.npy
docs/*.npy
docs/reference/*.npy
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ The package also integrates additional functions to:

- Most of plotting function can be realized by functions in [igraph](https://igraph.org/redirect.html), which will be loaded with netZooR through `library(netZooR)`. Some plotting functions like `vis.panda.in.cytoscape()` and `vis.diff.panda.in.cytoscape()` are able to plot interactive PANDA networks in [Cytoscape](https://cytoscape.org/), but installation of Cytoscape is required before using these plotting functions. Also, please make sure that Cytoscape is open when these functions are called.

### Installation

#### Using devtools/remotes

```r
# install.packages("devtools")
# install netZooR pkg with vignettes, otherwise remove the "build_vignettes = TRUE" argument.
Expand All @@ -79,7 +83,9 @@ remotes::install_github("netZoo/netZooR", build_vignettes = TRUE)
library(netZooR)
```

netZooR is also available through Biocondcutor
#### Using Bioconductor

netZooR is also available through [Bioconductor](https://bioconductor.org/packages/netZooR)

```r
if (!requireNamespace("BiocManager", quietly = TRUE))
Expand All @@ -93,6 +99,8 @@ BiocManager::install("netZooR")

For more details please refer to the [documentation website](https://netzoo.github.io/netZooR/).

### Python binding

This package will invoke Python programming language in R environment through [reticulate](https://rstudio.github.io/reticulate/) package, by default setting there is no additional configuration needed.
Configuring which version of Python to use , here in netZooR, Python 3.X is required. More details can be found [here](https://cran.r-project.org/web/packages/reticulate/vignettes/versions.html).

Expand Down
4 changes: 2 additions & 2 deletions docs/404.html

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

4 changes: 2 additions & 2 deletions docs/CONDUCT.html

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

4 changes: 2 additions & 2 deletions docs/LICENSE-text.html

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

8 changes: 5 additions & 3 deletions docs/articles/ALPACA.html

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

6 changes: 3 additions & 3 deletions docs/articles/ApplicationinGTExData.html

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

22 changes: 18 additions & 4 deletions docs/articles/ApplicationwithTBdataset.html

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

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 9 additions & 10 deletions docs/articles/CONDOR.html

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

Binary file modified docs/articles/CONDOR_files/figure-html/unnamed-chunk-10-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions docs/articles/EGRET_toy_example.html

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

Loading

0 comments on commit 809e28b

Please sign in to comment.