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

unexpected output for setting number of states #11

Open
KailiBio opened this issue Sep 5, 2020 · 3 comments
Open

unexpected output for setting number of states #11

KailiBio opened this issue Sep 5, 2020 · 3 comments

Comments

@KailiBio
Copy link
Contributor

KailiBio commented Sep 5, 2020

Hi Guanjue,

I was running IDEAS on 10 marks across 66 samples. I wanted to set the output states to 18. I have changed the "num_state= 18" in the parafile, but the output is >30 states. I rerun a few times and I get >18 states.
I have done the same thing to set the state number to 40, which works.
Do you know why? And do you have suggestions for this?

@KailiBio
Copy link
Contributor Author

KailiBio commented Sep 5, 2020

I have checked the log file. It did run "ideas 66sample_10marks_DHS-center_bins_18.input.50 encode_v2_DHS-center_bins_bySpace.bed -impute none -norm -G 18 -C 100 -minerr 0.5 -cap 16 -sample 20 5 -thread 21 -o /data/zusers/fankaili/ideas/final/66sample_10marks_DHS-center_bins_18_result/66sample_10marks_DHS-center_bins_18.tmp.50 -inv 8692139 9192139" at the beginning, and somehow in the middle change to "-G 39".
didn't make sense to me, shouldn't it just keep with "-G 18"?

@guanjue
Copy link
Owner

guanjue commented Sep 5, 2020

This is because based of the IDEAS model, 18 state cannot fully explain the clusters in the data. One thing cause that may be some inflated background signals which can create some state with weak signals. We current set a new pipeline (https://github.com/guanjue/S3V2_IDEAS_ESMP) which has much better denoise preprocessing step which can reduce that issue.

For the this pipeline, one modification may circumvent this issue is to also set the start state number to 18 as well by "num_start= 18".

@KailiBio
Copy link
Contributor Author

KailiBio commented Sep 5, 2020

Thank you very much for the quick response. I will try both ways.

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