Skip to content

Commit 6db2eab

Browse files
committed
fix DEG vigndette packages
1 parent bd204e1 commit 6db2eab

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

vignettes/SCWorkflow-DEG.Rmd

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,17 @@ knitr::opts_chunk$set(
1616
warning = FALSE, message = FALSE
1717
)
1818
19+
library(dplyr)
20+
21+
22+
run_Chunks=F
23+
```
24+
25+
```{r include=F,echo=F,eval=run_Chunks}
1926
library(Seurat)
2027
library(data.table)
21-
library(dplyr)
2228
library(ggplot2)
2329
24-
run_Chunks=F
2530
```
2631

2732
```{r,include=F,echo=F,eval=run_Chunks}
@@ -52,8 +57,9 @@ For best results, it is recommended to use this function with well-curated and p
5257
use.spark = F)
5358
5459
```
60+
5561
```{r}
56-
if (eval_chunk==T) {
62+
if (run_Chunks==T) {
5763
write.table(DEG_table$df ,
5864
file = "./images/DEG_Table.txt",
5965
sep = '\t',

0 commit comments

Comments
 (0)