a b/vignettes/MetaNet.Rmd
1
---
2
title: "MetaNet: Network Analysis for Omics Data"
3
output: 
4
  prettydoc::html_pretty:
5
    toc: true
6
    toc_depth: 3
7
    theme: tactile
8
author: "Chen Peng"
9
date: "`r Sys.Date()`"
10
vignette: >
11
  %\VignetteIndexEntry{MetaNet}
12
  %\VignetteEngine{knitr::rmarkdown}
13
  %\VignetteEncoding{UTF-8}
14
---
15
16
```{r, include = FALSE}
17
knitr::opts_chunk$set(
18
  collapse = TRUE,
19
  comment = "#>"
20
)
21
```
22
23
## Install
24
25
```{r eval=FALSE}
26
if (!requireNamespace("devtools")) install.packages("devtools")
27
devtools::install_github("Asa12138/pcutils")
28
devtools::install_github("Asa12138/MetaNet")
29
```
30
31
## Vignette
32
33
The HTML documentation of the latest version is available at [Github page](https://asa12138.github.io/MetaNet/).
34
35
Please go to <https://asa12138.github.io/MetaNet_tutorial/> for the full vignette.
36
37
## Citation
38
39
Please cite:
40
41
Chen Peng (2023). MetaNet: Network Analysis for Multi-Omics Data. _R package_, <https://github.com/Asa12138/MetaNet>.
42
43
## Need helps?
44
45
If you have questions/issues, please visit
46
[MetaNet homepage](https://github.com/Asa12138/MetaNet) first.
47
Your problems are mostly documented. 
48
49
If you think you found a bug, please post on
50
[github issue](https://github.com/Asa12138/MetaNet/issues).