plots a 2d free energy landscape (in kT) for the given PCA projection.
plt.pcaProj(pca, dim1 = 1, dim2 = 2, corr = FALSE)
Arguments
- pca
- Either a PCA reference from the project (e.g. prodyna::projectInfo()$dPCAplus), or a filename.
- dim1
- First dimension to plot (default: 1).
- dim2
- Second dimension to plot (default: 2).
- corr
- Plot projections of correlation based PCA. Only works with project reference (default: FALSE).