Switch to unified view

a/README.md b/README.md
1
1
---
2
output:
3
  github_document:
4
    html_preview: false
5
---
6
2
<!-- README.md is generated from README.Rmd. Please edit that file -->
7
<!-- README.md is generated from README.Rmd. Please edit that file -->
3
8
4
# MetaNet <img src="man/figures/MetaNet.png" align="right" width="120" />
9
```{r, include = FALSE}
5
10
knitr::opts_chunk$set(
11
  collapse = TRUE,
12
  comment = "#>",
13
  fig.path = "man/figures/README-",
14
  out.width = "100%"
15
)
16
devtools::load_all("~/Documents/R/MetaNet/MetaNet/")
17
library(badger)
18
```
19
20
```{r include=FALSE,eval=FALSE}
21
library(hexSticker)
22
showtext::showtext_auto()
23
24
sticker("~/Documents/R/test/icons/网络.png",
25
  package = "MetaNet",
26
  p_size = 30, p_color = "black", p_y = 1.4,
27
  p_fontface = "bold.italic", p_family = "Comic Sans MS",
28
  s_x = 1, s_y = .75, s_width = 0.4, s_height = 0.4,
29
  h_fill = "#D8E2DC", h_color = "#83A98C",
30
  filename = "man/figures/MetaNet.png", dpi = 300
31
)
32
```
33
6
<!-- badges: start -->
34
<!-- 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)
35
[![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/)
36
`r badge_custom("blog", "@asa", "blue", "https://asa-blog.netlify.app/")`
10
[![](http://cranlogs.r-pkg.org/badges/grand-total/MetaNet)](https://cran.r-project.org/package=MetaNet)
37
`r badge_cran_download("MetaNet", type = "grand-total")`
11
[![](http://cranlogs.r-pkg.org/badges/last-month/MetaNet)](https://cran.r-project.org/package=MetaNet)
38
`r badge_cran_download("MetaNet", type = "last-month")`
12
[![](https://www.r-pkg.org/badges/version/MetaNet?color=green)](https://cran.r-project.org/package=MetaNet)
39
`r badge_cran_release("MetaNet","green")`
13
[![](https://img.shields.io/badge/devel%20version-0.2.5-green.svg)](https://github.com/Asa12138/MetaNet)
40
`r badge_devel("Asa12138/MetaNet", color = "green")`
14
<!-- badges: end -->
41
<!-- badges: end -->
15
42
16
MetaNet: Network analysis for multi-omics
43
MetaNet: Network analysis for multi-omics
17
44
18
The HTML documentation of the latest version is available at [Github
45
The HTML documentation of the latest version is available at [Github page](https://asa12138.github.io/MetaNet/).
19
page](https://asa12138.github.io/MetaNet/).
46
20
21
## Tutorial📖
47
## Tutorial📖
22
48
23
Please go to **<https://bookdown.org/Asa12138/metanet_book/>** for the
49
Please go to **<https://bookdown.org/Asa12138/metanet_book/>** for the full vignette.
24
full vignette.
50
25
26
## Installation
51
## Installation
27
52
28
You can install the released version of `MetaNet` from
53
You can install the released version of `MetaNet` from [CRAN](https://CRAN.R-project.org) with:
29
[CRAN](https://CRAN.R-project.org) with:
54
30
31
``` r
55
``` r
32
install.packages("MetaNet")
56
install.packages("MetaNet")
33
```
57
```
34
58
35
You can install the development version of `MetaNet` from
59
You can install the development version of `MetaNet` from [GitHub](https://github.com/) with:
36
[GitHub](https://github.com/) with:
60
37
38
``` r
61
``` r
39
# install.packages("devtools")
62
# install.packages("devtools")
40
devtools::install_github("Asa12138/MetaNet")
63
devtools::install_github("Asa12138/MetaNet")
41
```
64
```
42
65
43
## Citation
66
## Citation
44
67
45
Please cite:
68
Please cite:
46
69
47
Chen Peng (2025). MetaNet: Network Analysis for Omics Data. *R package*,
70
Chen Peng (2025). MetaNet: Network Analysis for Omics Data. _R package_, <https://github.com/Asa12138/MetaNet>.
48
<https://github.com/Asa12138/MetaNet>.
71
49
50
## Need helps?
72
## Need helps?
51
73
52
If you have questions/issues, please visit [MetaNet
74
If you have questions/issues, please visit [MetaNet homepage](https://github.com/Asa12138/MetaNet) first. Your problems are mostly documented.
53
homepage](https://github.com/Asa12138/MetaNet) first. Your problems are
75
54
mostly documented.
55
56
If you think you found a bug, please post on [github
76
If you think you found a bug, please post on [github issue](https://github.com/Asa12138/MetaNet/issues).
57
issue](https://github.com/Asa12138/MetaNet/issues).