geneGATer.pl.model_pca#
- geneGATer.pl.model_pca(model, data, n_components=10, font_size=14)#
Create Model PCA plot.
- Parameters
model – The model from learn_model function.
data – The data from learn_model function.
n_components (default:
10) – Number of components for the PCA.font_size (default:
14) – Font size for the plot.
- Returns
Model PCA plot.
- -fig (
figure) The matplotlib figure object.
-pca (
PCA) The PCA object.- -fig (