<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to exclude data points starting with a specific word from a PCA and followed by a graph builder? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-exclude-data-points-starting-with-a-specific-word-from-a/m-p/846919#M102165</link>
    <description>&lt;P&gt;Hi, thank you for your reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help me how the script would look if I want to exclude multiple files with specific sample names instead?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Mon, 10 Mar 2025 13:28:42 GMT</pubDate>
    <dc:creator>WhiteCow2000</dc:creator>
    <dc:date>2025-03-10T13:28:42Z</dc:date>
    <item>
      <title>How to exclude data points starting with a specific word from a PCA and followed by a graph builder?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-exclude-data-points-starting-with-a-specific-word-from-a/m-p/845790#M102024</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Is there a way to script this in JSL? So I don't need to manually exclude the data point from the data table.&lt;/P&gt;&lt;P&gt;I'm using JMP18.&lt;/P&gt;&lt;P&gt;Hope you can help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 09:48:06 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-exclude-data-points-starting-with-a-specific-word-from-a/m-p/845790#M102024</guid>
      <dc:creator>WhiteCow2000</dc:creator>
      <dc:date>2025-03-04T09:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude data points starting with a specific word from a PCA and followed by a graph builder?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-exclude-data-points-starting-with-a-specific-word-from-a/m-p/845854#M102040</link>
      <description>&lt;P&gt;You can use Select Where with Starts With to select those rows and then exclude them&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Current Data Table() &amp;lt;&amp;lt; Select Where(Starts With(:sample, "Bad")) &amp;lt;&amp;lt; Exclude(1);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then in graph builder, hold shift and click on red triangle to select show excluded rows&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1741104187984.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/73560i6FCB9535C9CEE4E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1741104187984.png" alt="jthi_0-1741104187984.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you wish to show the values in Principal Components platform I think you would have to write a script for that using graphic script&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 16:06:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-exclude-data-points-starting-with-a-specific-word-from-a/m-p/845854#M102040</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-03-04T16:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude data points starting with a specific word from a PCA and followed by a graph builder?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-exclude-data-points-starting-with-a-specific-word-from-a/m-p/846919#M102165</link>
      <description>&lt;P&gt;Hi, thank you for your reply!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you help me how the script would look if I want to exclude multiple files with specific sample names instead?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 13:28:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-exclude-data-points-starting-with-a-specific-word-from-a/m-p/846919#M102165</guid>
      <dc:creator>WhiteCow2000</dc:creator>
      <dc:date>2025-03-10T13:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude data points starting with a specific word from a PCA and followed by a graph builder?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-exclude-data-points-starting-with-a-specific-word-from-a/m-p/846920#M102166</link>
      <description>&lt;P&gt;If you are looking for full matches, contains() is one option.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Mar 2025 13:44:15 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-exclude-data-points-starting-with-a-specific-word-from-a/m-p/846920#M102166</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2025-03-10T13:44:15Z</dc:date>
    </item>
  </channel>
</rss>

