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

Could the fast.mean.filter be used in the analysis? #59

Open
liufuyan2016 opened this issue Jan 17, 2018 · 1 comment
Open

Could the fast.mean.filter be used in the analysis? #59

liufuyan2016 opened this issue Jan 17, 2018 · 1 comment

Comments

@liufuyan2016
Copy link

I read the manual carefully, and I want to make the following steps is right? Thank you!

h_hat <- htrain(HiCR1, HiCR2, 1000000, lbr = 0, ubr = 5000000, range = 0:2)
smd_mat1 = fast.mean.filter(HiCR1, 2)
smd_mat2 = fast.mean.filter(HiCR2, 2)
scc.out = get.scc(smd_mat1, smd_mat2, 1000000, 2, 0, 5000000)

@TaoYang-dev
Copy link
Owner

I don't see a problem here. One thing I would like to comment here is that, when you train the smoothing parameter, make sure you use a sufficiently sequenced Hi-C data. When the sequencing depth is low, the training process could give you inflated smoothing parameter. You might also want to make your range bigger just to expand the searching scope.

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