An R package that detects ectopic gene expression in cancer
# install.packages("devtools")
devtools::install_github("mpetrier/ector", build_vignettes=TRUE)
To learn on how to use this method, please visit the vignette of our package.
vignette("vignette_ector", package = "ector")
To get the current development version from github:
git clone https://github.com/mpetrier/ector
cd ector
R
# install.packages("devtools")
devtools::load_all(); devtools::document(); devtools::install(build_vignettes=TRUE); devtools::check()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.