--- a +++ b/README.md @@ -0,0 +1,57 @@ + +<!-- README.md is generated from README.Rmd. Please edit that file --> + +# MetaNet <img src="man/figures/MetaNet.png" align="right" width="120" /> + +<!-- badges: start --> + +[](https://github.com/Asa12138/MetaNet/actions/workflows/R-CMD-check.yaml) +[](https://asa-blog.netlify.app/) +[](https://cran.r-project.org/package=MetaNet) +[](https://cran.r-project.org/package=MetaNet) +[](https://cran.r-project.org/package=MetaNet) +[](https://github.com/Asa12138/MetaNet) +<!-- badges: end --> + +MetaNet: Network analysis for multi-omics + +The HTML documentation of the latest version is available at [Github +page](https://asa12138.github.io/MetaNet/). + +## Tutorial📖 + +Please go to **<https://bookdown.org/Asa12138/metanet_book/>** for the +full vignette. + +## Installation + +You can install the released version of `MetaNet` from +[CRAN](https://CRAN.R-project.org) with: + +``` r +install.packages("MetaNet") +``` + +You can install the development version of `MetaNet` from +[GitHub](https://github.com/) with: + +``` r +# install.packages("devtools") +devtools::install_github("Asa12138/MetaNet") +``` + +## Citation + +Please cite: + +Chen Peng (2025). MetaNet: Network Analysis for Omics Data. *R package*, +<https://github.com/Asa12138/MetaNet>. + +## Need helps? + +If you have questions/issues, please visit [MetaNet +homepage](https://github.com/Asa12138/MetaNet) first. Your problems are +mostly documented. + +If you think you found a bug, please post on [github +issue](https://github.com/Asa12138/MetaNet/issues).