Skip to content

Commit a735d45

Browse files
authored
Update README.md
1 parent be559d8 commit a735d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ scatter3D(T2D.scRNA.RePACT$BetaPCA[,"PC_1"], T2D.scRNA.RePACT$BetaPCA[,"PC_2"],T
7272
```
7373
Pseudoindex distribution violin for each donor
7474
```
75-
ggplot(T2D.scRNA.RePACT$BetaPCA)+aes(Sample,pseudo.index.balanced,fill=diseaseStat)+
75+
ggplot(T2D.scRNA.RePACT$BetaPCA %>% .[complete.cases(.),])+aes(Sample,pseudo.index.balanced,fill=diseaseStat)+
7676
geom_violin()+
7777
geom_boxplot(width=0.2,outlier.shape = NA,notch=F,coef = 0,fill="grey25",color="grey75")+
7878
coord_flip()+theme_classic()+scale_fill_manual(values=c("blue", "brown"))+

0 commit comments

Comments
 (0)