Skip to content

ZongyaoRen/GPT2CellType

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

library(gpt2celltype)
library(httr)

# Load input data
all_markers <- readRDS("all_markers.rds")

# Run gpt2celltype with a custom API URL
res <- gpt2celltype(
  input = all_markers,
  tissuename = "Your Tissue",
  model = "gpt-4",
  base_url = "your_custom_url",
  api_key = "your_api_key_here"
)

# Check result 
print(res)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages