Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to input different patient multi-sample data #13

Open
Tato14 opened this issue Oct 30, 2023 · 1 comment
Open

How to input different patient multi-sample data #13

Tato14 opened this issue Oct 30, 2023 · 1 comment

Comments

@Tato14
Copy link

Tato14 commented Oct 30, 2023

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?

@Tato14 Tato14 changed the title How to input multi-sample data How to input different patient multi-sample data Oct 30, 2023
@jiaying2508
Copy link
Collaborator

Thank you for your interest in our tool.

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants