Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

export the benchmarking table resuls as pdf #416

Open
mohamednhassan opened this issue Sep 5, 2024 · 0 comments
Open

export the benchmarking table resuls as pdf #416

mohamednhassan opened this issue Sep 5, 2024 · 0 comments

Comments

@mohamednhassan
Copy link

I have used the following code as in the guidelines

bm = Benchmarker(
adata,
batch_key= "samples",
label_key= "annotation",
embedding_obsm_keys=["X_raw_pca", "X_harmony", "X_scvi_emb", "X_bbknn_pca"],
n_jobs=6)

bm.benchmark()

bm.plot_results_table()

the produced table is plottable.table.Table data structure.

How can I export this produced table as a pdf with high quality?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant