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 was wondering how to input multiple patients with multiple samples. Should I run the tool for every patient merging the mutations from the different samples in the same input? Or there is any way to input all patients at once?
From what I understood, the sample column from example_input.csv refers to sample but not patient, right?
The text was updated successfully, but these errors were encountered:
Tato14
changed the title
How to input multi-sample data
How to input different patient multi-sample data
Oct 30, 2023
Generally speaking, the sample refers to samples from the same patient and the tool will build tumor clone tree based on these samples (for the same patient). If you want to build trees for multiple patients separately, you can probably write a for loop to generate the trees for different patients.
However, if you are interested in building a single tree for multiple patients with multiple samples, you can then put all the mutation information in the same sheet but the sample name need to be unique (for example, patient1_sample1).
Thanks for the great tool.
I was wondering how to input multiple patients with multiple samples. Should I run the tool for every patient merging the mutations from the different samples in the same input? Or there is any way to input all patients at once?
From what I understood, the
sample
column from example_input.csv refers to sample but not patient, right?The text was updated successfully, but these errors were encountered: