Skip to content

Commit

Permalink
update tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
agdenadel committed Feb 27, 2024
1 parent e187092 commit 70053c2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

## Introduction

## The Method

## Installation

You can install the lastest development version by using the [devtools](https://CRAN.R-project.org/package=devtools) library. To install this package with devtools, use this command:
Expand All @@ -26,12 +24,13 @@ library(SeuratData)

library(callback)

pbmc3k <- UpdateSeuratObject(pbmc3k)

# load pbmc3k dataset
SeuratData::InstallData("pbmc3k")
data("pbmc3k")

pbmc3k <- UpdateSeuratObject(pbmc3k)


pbmc3k <- NormalizeData(pbmc3k)
pbmc3k <- FindVariableFeatures(pbmc3k)
Expand All @@ -46,6 +45,9 @@ pbmc_callback <- FindClustersCallback(pbmc3k)
DimPlot(pbmc_default) + DimPlot(pbmc_callback)
```

## The Method


## Questions and Feedback
For questions or concerns with callback, please contact
[Alan DenAdel](mailto:[email protected]).
Expand Down

0 comments on commit 70053c2

Please sign in to comment.