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

segment default parameters #5

Open
laugon10 opened this issue Mar 15, 2022 · 0 comments
Open

segment default parameters #5

laugon10 opened this issue Mar 15, 2022 · 0 comments

Comments

@laugon10
Copy link

Hello,
I am working with DNAcopy, trying to really understand the parameters in order to choose the best ones for my samples.
I have tried DNAcopy without specifying anything -> default parameters I guess the ones specified in the manual

segments.CNA.object <- segment(smoothed.CNA.object,verbose=1)

In the manual
segment(x, weights = NULL, alpha = 0.01, nperm = 10000, p.method = c("hybrid", "perm"), min.width=2, kmax=25, nmin=200, eta=0.05, sbdry=NULL, trim = 0.025, undo.splits = c("none", "prune", "sdundo"), undo.prune=0.05, undo.SD=3, verbose=1)

But when I run the same sample with the specified defaults I obtained a different result

segments.CNA.object <- segment(smoothed.CNA.object, weights = NULL, alpha = 0.01, nperm = 10000, p.method = "hybrid", min.width=2, kmax=25, nmin=200, eta=0.05, sbdry=NULL, trim = 0.025, undo.splits = "none", undo.prune=0.05, undo.SD=3, verbose=1)

Are really these the default parameters? Maybe I am misunderstanding the documentation.

Thank you very much in advance. I really want to understand this.

Laura G.

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