You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i think you could use sub to do this with something like > if (sub(sample_name, "clinical", "") != sample_name) { ...
i.e. if i'm able to remove the substring i'm looking to match, it means the substring was present and the sub() output will not be the same as my original string
No description provided.
The text was updated successfully, but these errors were encountered: