output:
github_document:
html_preview: false
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
devtools::load_all("~/Documents/R/MetaNet/MetaNet/")
library(badger)
library(hexSticker)
showtext::showtext_auto()
sticker("~/Documents/R/test/icons/网络.png",
package = "MetaNet",
p_size = 30, p_color = "black", p_y = 1.4,
p_fontface = "bold.italic", p_family = "Comic Sans MS",
s_x = 1, s_y = .75, s_width = 0.4, s_height = 0.4,
h_fill = "#D8E2DC", h_color = "#83A98C",
filename = "man/figures/MetaNet.png", dpi = 300
)
r badge_custom("blog", "@asa", "blue", "https://asa-blog.netlify.app/")
r badge_cran_download("MetaNet", type = "grand-total")
r badge_cran_download("MetaNet", type = "last-month")
r badge_cran_release("MetaNet","green")
r badge_devel("Asa12138/MetaNet", color = "green")
MetaNet: Network analysis for multi-omics
The HTML documentation of the latest version is available at Github page.
Please go to https://bookdown.org/Asa12138/metanet_book/ for the full vignette.
You can install the released version of MetaNet
from CRAN with:
install.packages("MetaNet")
You can install the development version of MetaNet
from GitHub with:
# install.packages("devtools")
devtools::install_github("Asa12138/MetaNet")
Please cite:
Chen Peng (2025). MetaNet: Network Analysis for Omics Data. R package, https://github.com/Asa12138/MetaNet.
If you have questions/issues, please visit MetaNet homepage first. Your problems are mostly documented.
If you think you found a bug, please post on github issue.