Skip to content

Commit

Permalink
updated vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeyuan-Chen committed Jan 11, 2024
1 parent 9f80c1f commit 2d2a6b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Description: UNIfied Cross-Omics deconvolution (Unico) deconvolves
method that is theoretically justified for any heterogeneous genomic
data.
License: GPL-3
URL: https://cozygene.github.io/Unico/
BugReports: https://github.com/cozygene/Unico/issues
Depends:
R (>= 4.0.0)
Expand Down Expand Up @@ -44,4 +45,3 @@ Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
URL: https://cozygene.github.io/Unico/
5 changes: 4 additions & 1 deletion vignettes/Unico-Tutorial.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ knitr::opts_chunk$set(
comment = "#>"
)
```

# Load the Unico package and
```{r eval=F, setup}
library(Unico)
library(matrixStats)
#For visualization in this vignette
install.packages(c("ggplot2","ggpubr","hexbin"))
source("https://github.com/cozygene/Unico/raw/main/vignettes/vignetts.utils.r")
```

Expand Down

0 comments on commit 2d2a6b4

Please sign in to comment.