Open junmeiW opened 3 years ago
My apologies for the delay in responding. My guess is that the input data was not correctly formatted. If you are still interested in using our package, please check the package documentation in the README.md, and please let me know if you have any additional questions.
Thanks for your reply. I've changed the input data with correct format, and it runs successfully. And I wander how to know the proportions returned from the get_props()
corresponding to which cell type?
Results below are returned from function get_props() for some mixtures, there are 2 columns(2 cell types, for example A cell type and B cell type), how to know column prop1 or prop2 is the estimated proportion of A cell type ?
Mix_sampleID |
prop1 | prop2 |
---|---|---|
mix_7 | 1.891126e-15 | 1.0000000000 |
mix_8 | 9.998815e-01 | 0.0001185301 |
mix_9 | 4.751779e-01 | 0.5248220718 |
mix_70 | 4.249946e-01 | 0.5750054313 |
Hi, I'm very interested in the application of this package, so I tried the thundeR package on my dataset.
For example, I had some mouse bulk Hi-C samples mixed with two cell types with known proportions, and I first used
thunder_feature_selection
the step one of THUNDER algorithm for each chromosome (Chromosome 1-Chromosome X). But I got nothing from this function for every chromosome data. It is a small part of my data for chromosome 10 as below(these are KR normalized values from juicer tools) :And the code was like:
and the fea_sele returns as below
0 rows | 1-10 of 12 columns
The problems happened with all chromosomes and even other bulk samples with other species. So I wonder why this problem happens and how to fix it.
I'm looking forward to your reply sincerely! Thank you!