Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Winnie09 committed Jan 8, 2024
1 parent 0efb888 commit 26fdf95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ install.packages("openai")
Please find information about trouble shooting below.

## Quick Start
```{r eval = FALSE}
Sys.setenv(OPENAI_API_KEY = 'your_openai_API_key')
library(GPTCelltype)library(openai)res <- gptcelltype(all.markers, tissuename = 'human PBMC', model = 'gpt-4')
```
where **all.markers** is the output object from the Seurat function **FindAllMarkers()**.

## Vignette
You can view the complete vignette [here](https://winnie09.github.io/Wenpin_Hou/pages/gptcelltype.html).

## Trouble shooting
Expand Down

0 comments on commit 26fdf95

Please sign in to comment.