Hello,
Very sorry to bother you. I need a 3D representation created using chemplot. How I can do that? I created a umap using tailored similarity. Now I am being asked to create a 3D plot using the same.
cp_BACE = Plotter.from_smiles(data_BACE["smiles"], target=data_BACE["target"], target_type="R", sim_type="tailored")
If chemplot dosen't create 3D plot at the moment, can you guide me how I can get the output with 3 dimensions printed? Would I just print cp_BACE and it's elements? Thanks so much.
Hello,
Very sorry to bother you. I need a 3D representation created using chemplot. How I can do that? I created a umap using tailored similarity. Now I am being asked to create a 3D plot using the same.
cp_BACE = Plotter.from_smiles(data_BACE["smiles"], target=data_BACE["target"], target_type="R", sim_type="tailored")
If chemplot dosen't create 3D plot at the moment, can you guide me how I can get the output with 3 dimensions printed? Would I just print cp_BACE and it's elements? Thanks so much.