Filter out Ion IDs.
Hello I have the following script. I run it but it does not make any differences in my table, and it does not spit any errors. dt = Current Data Table(); % The only data table I have open.
exclusion_list = {"P1638070-00-D:TGTX240584C0006:20TVD97GN",
"P1638070-00-D:TGTX240584C0006:20T40A34P",
"P1638070-00-D:TGTX240584C0006:20TXECFDY",
"P1638070-00-D:TGTX240584C0006",};
// Add all values to
...