-
Notifications
You must be signed in to change notification settings - Fork 0
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
Algorithm always returns all 1. #1
Comments
Hello, @BoPeng . We used infSCITE to obtain mutation trees since it is able to add repeated mutation. That is why we have nRep parameter and the tree has 19 instead of 18 mutations inside. I see that it may be confusing, so I changed the README file and file names to be more clear. I also added one more example without repeated mutation and the command we used to get those gv files As for your example with CO8 patient there was a problem in our code: the case when a mutation doesn't have any attached cells then we don't have an estimation of frequency. So I fixed it by putting a small frequency on such mutations. I ran following command for it:
You can see here that I don't use nRep parameter, assuming that each mutation appear only once. I got the following result: Let me know if it solves the issue |
Thanks for your quick response. Your command works for the files I uploaded, but got error on another file. More specifically, I
Can you tell what is wrong with the input or option used? |
Sorry for long response. I know that it is not a good solution to require one specific format, I'll work on fixing it so that SCIFIL will be able to work with any gv file. |
It seems that I am missing something really obvious here but whatever I have tried, I get fitness vectors either all NAs or all 1s.
First, could you let me know how you get the
data/dataHou18_map0.gv
file? I tried the command with parameters from the SCITE website and got graphs that are vastly different from what you get. More importantly, where as you can specifym=18
, I had to specifym=17
to avoid errors.I also tried other datasets, for example a graph that I build to reproduce the tree from CRC2 tumor in Leung et al. Genome Research 2017, but again I get all 1s. I have attached the datamatrix, gene name, and the gv file that I have so that you can reproduce the problem.
Many thanks in advance.
CO8.genename.txt
CO8.master_matrix.scite.txt
CO8.master_matrix_ml0.gv.txt
The text was updated successfully, but these errors were encountered: