How to exclude data points starting with a specific word from a PCA and followed by a graph builder?
Hi,I have a dataset where the sample name for some data points start with "Bad...". I want to exclude these data points starting with "Bad" from a PCA but they should still be visible in the plot.After PCA I plot the PC1 and PC2 in graph builder and here I also want the same datapoints to be excluded but visible in the graph.Is there a way to script this in JSL? So I don't need to manually exclude...