Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added vln plots
  • Loading branch information
ibishof authored Jan 4, 2024
1 parent af1dd5c commit f56f5f8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Single_Cell_RNA-seq/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,22 +249,25 @@ VlnPlot(pbmc, c("IL7R", "CCR7", "SELL"))
```{r}
VlnPlot(pbmc, c("IFNG", "TBX21", "IL5","IL12RB1"))
```
![TH1 t-cells VlnPlpt](https://github.com/ibishof/Omics_pipeline/raw/main/Single_Cell_RNA-seq/images/TH1_cells.png)

## TH2 t-cells
```{r}
VlnPlot(pbmc, c("GATA3"))
![TH1 t-cells VlnPlpt](https://github.com/ibishof/Omics_pipeline/raw/main/Single_Cell_RNA-seq/images/th1_cells.png)
```
![TH2 t-cells VlnPlpt](https://github.com/ibishof/Omics_pipeline/raw/main/Single_Cell_RNA-seq/images/th2_cells.png)

## Interferon-related immune active t-cells
```{r}
VlnPlot(pbmc, c("OAS1", "OAS2", "OAS3", "EIF2AK2"))
```
![Interferon-related immune active t-cells VlnPlpt](https://github.com/ibishof/Omics_pipeline/raw/main/Single_Cell_RNA-seq/images/interferon.png)

## Memory CD4+
```{r}
VlnPlot(pbmc, c("IL7R", "S100A4"))
```
![Memory CD4+ VlnPlpt](https://github.com/ibishof/Omics_pipeline/raw/main/Single_Cell_RNA-seq/images/memory_cd4.png)

## CD14+ Mono
```{r}
Expand Down

0 comments on commit f56f5f8

Please sign in to comment.