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

--order_by_timepoint not working #54

Open
abenjak opened this issue Oct 8, 2021 · 0 comments
Open

--order_by_timepoint not working #54

abenjak opened this issue Oct 8, 2021 · 0 comments

Comments

@abenjak
Copy link

abenjak commented Oct 8, 2021

Hello,

--order_by_timepoint option is not implemented yet, but this is not documented. Therefore the order of samples in the SIF file MUST be ordered by timepoint, otherwise all the results (except for the pie charts) will be assigned to wrong samples, i.e. samples will be swapped.

For example, this SIF file is correct:

sample_id  maf_fn            seg_fn  purity  timepoint
3X_T       3X_T_ABS_MAF.txt          0.22    1
3X_M       3X_M_ABS_MAF.txt          0.26    2

But this will produce wrong results:

sample_id  maf_fn            seg_fn  purity  timepoint
3X_M       3X_M_ABS_MAF.txt          0.26    2
3X_T       3X_T_ABS_MAF.txt          0.22    1

Best,
Andrej

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

1 participant