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

build_tree/infer.clonal.models unused argument error #53

Open
nfarnoud opened this issue Apr 1, 2022 · 0 comments
Open

build_tree/infer.clonal.models unused argument error #53

nfarnoud opened this issue Apr 1, 2022 · 0 comments

Comments

@nfarnoud
Copy link

nfarnoud commented Apr 1, 2022

Hello,
It appears thatbuild_tree is calling infer.clonal.models with an argument called post.sample.col, however, this does not exist in infer.clonal.models, so it generates an error. When I run a copy of build_tree with this argument commented out, my model(s) are successfully generated.

Best,
Noushin

models = infer.clonal.models(
    variants = clonevol_in,
    cluster.col.name = "cluster",
    ccf.col.names = sample_ids,
    #         sample.groups = sample.groups,
    post.sample.col = post.sample.col, #### THIS ARG IS NOT DEFINED 
    cancer.initiation.model = clonal.model,
    subclonal.test = 'bootstrap',
    subclonal.test.model = 'non-parametric',
    num.boots = 1000,
    founding.cluster = 1,
    cluster.center = 'mean',
    ignore.clusters = NULL,
    clone.colors = clone.colors,
    min.cluster.vaf = min.cluster.vaf,
    # min probability that CCF(clone) is non-negative
    sum.p = sum.p,
    random.seed = rand.seed,
    # alpha level in confidence interval estimate for CCF(clone)
    alpha = 0.05)
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