Diff of /README.md [000000] .. [13df9a]

Switch to unified view

a b/README.md
1
2
<!-- README.md is generated from README.Rmd. Please edit that file -->
3
4
# MetaNet <img src="man/figures/MetaNet.png" align="right" width="120" />
5
6
<!-- badges: start -->
7
8
[![R-CMD-check](https://github.com/Asa12138/MetaNet/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/Asa12138/MetaNet/actions/workflows/R-CMD-check.yaml)
9
[![](https://img.shields.io/badge/blog-@asa-blue.svg)](https://asa-blog.netlify.app/)
10
[![](http://cranlogs.r-pkg.org/badges/grand-total/MetaNet)](https://cran.r-project.org/package=MetaNet)
11
[![](http://cranlogs.r-pkg.org/badges/last-month/MetaNet)](https://cran.r-project.org/package=MetaNet)
12
[![](https://www.r-pkg.org/badges/version/MetaNet?color=green)](https://cran.r-project.org/package=MetaNet)
13
[![](https://img.shields.io/badge/devel%20version-0.2.5-green.svg)](https://github.com/Asa12138/MetaNet)
14
<!-- badges: end -->
15
16
MetaNet: Network analysis for multi-omics
17
18
The HTML documentation of the latest version is available at [Github
19
page](https://asa12138.github.io/MetaNet/).
20
21
## Tutorial📖
22
23
Please go to **<https://bookdown.org/Asa12138/metanet_book/>** for the
24
full vignette.
25
26
## Installation
27
28
You can install the released version of `MetaNet` from
29
[CRAN](https://CRAN.R-project.org) with:
30
31
``` r
32
install.packages("MetaNet")
33
```
34
35
You can install the development version of `MetaNet` from
36
[GitHub](https://github.com/) with:
37
38
``` r
39
# install.packages("devtools")
40
devtools::install_github("Asa12138/MetaNet")
41
```
42
43
## Citation
44
45
Please cite:
46
47
Chen Peng (2025). MetaNet: Network Analysis for Omics Data. *R package*,
48
<https://github.com/Asa12138/MetaNet>.
49
50
## Need helps?
51
52
If you have questions/issues, please visit [MetaNet
53
homepage](https://github.com/Asa12138/MetaNet) first. Your problems are
54
mostly documented.
55
56
If you think you found a bug, please post on [github
57
issue](https://github.com/Asa12138/MetaNet/issues).