removed unused argument (na.value = 0.2) (#35)
Compute differential causal effects on (biological) networks. Check out our vignettes for more information.
Publication: https://academic.oup.com/bioinformatics/advance-article-abstract/doi/10.1093/bioinformatics/btab847/6470558
Install the latest stable version from Bioconductor:
BiocManager::install("dce")
Install the latest development version from GitHub:
remotes::install_github("cbg-ethz/dce")
.
inst/scripts/
crispr_benchmark
gtex_validation
ovarian_cancer
synthetic_benchmark
tcga_pipeline
Rscript -e "lintr::lint_package()"
Rscript -e "devtools::test()"
Rscript -e "devtools::check(error_on = 'warning')"
R CMD BiocCheck
Rscript -e "pkgdown::build_site()"
Rscript -e "pkgdown::deploy_to_branch(new_process = FALSE)"
bioc
git remote add upstream git@git.bioconductor.org:packages/dce.git
git checkout bioc
git merge master
git push upstream bioc:master
用于差异因果效应分析,识别基因表达网络中的差异调控模块
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802047560号
dce
Compute differential causal effects on (biological) networks. Check out our vignettes for more information.
Installation
Install the latest stable version from Bioconductor:
Install the latest development version from GitHub:
Project structure
.: R packageinst/scripts/: Snakemake workflows for all investigations in publicationcrispr_benchmark: Real-life data validationgtex_validation: Deconfounding validationovarian_cancer: How does Ovarian Cancer dysregulate pathways?synthetic_benchmark: Synthetic data validationtcga_pipeline: Compute effects for loads of data from TCGADevelopment notes
Rscript -e "lintr::lint_package()"Rscript -e "devtools::test()"Rscript -e "devtools::check(error_on = 'warning')"R CMD BiocCheckRscript -e "pkgdown::build_site()"Rscript -e "pkgdown::deploy_to_branch(new_process = FALSE)"biocbranch stores changes specific to Bioconductor releasesgit remote add upstream git@git.bioconductor.org:packages/dce.git):git checkout biocgit merge mastergit push upstream bioc:master