Hello,
I currently have a free account but I'm unsure what tier I would need to upgrade to in order to run:
test_array_seq = get_seq_embed_gpt(
sp_adata.X,
np.array(sp_adata.var.index),
prompt_prefix = 'A cell with genes ranked by expression: '
# trunc_index=N_TRUNC_GENE
)
test_array_seq
cell_gpt = []
for x in test_array_seq:
cell_gpt.append(get_gpt_embedding(x))
cell_gpt = np.array(cell_gpt)
I'd like to get cell embeddings similarly to the aorta analysis for removing batch effect variability. I have about 130,000 cells and 978 genes (pre filtering zero genes).
I'm not too familiar with the verbage used to describe the billing associated with the different tiers of openai. Any suggestions with how much it might cost to run this analysis? Any thoughts or comments would be greatly appreciated!
Hello,
I currently have a free account but I'm unsure what tier I would need to upgrade to in order to run:
I'd like to get cell embeddings similarly to the aorta analysis for removing batch effect variability. I have about 130,000 cells and 978 genes (pre filtering zero genes).
I'm not too familiar with the verbage used to describe the billing associated with the different tiers of openai. Any suggestions with how much it might cost to run this analysis? Any thoughts or comments would be greatly appreciated!