scButterfly.draw_cluster.draw_tsne¶
- scButterfly.draw_cluster.draw_tsne(data, title, color)¶
Visualization of prediction using tSNE Algorithm.
- Parameters:
data (Anndata) – Anndata for visualization.
title (str) – title of picture.
color (list) – color of picture
- Returns:
figure with specific color and title.
- Return type:
fig