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

generalize to two independent variables representing: number of training samples, and number of prediction samples #16

Open
petermchale opened this issue Oct 19, 2021 · 1 comment

Comments

@petermchale
Copy link
Member

We currently assume that the number of samples used to estimate mutation probabilities is equal to the number of samples upon which predictions are made, e.g.,

training:

'number_tumors': args.number_tumors,

prediction:

This is unnecessary: a different number of samples may be used to estimate (train) than is used when computing expectations. The code should therefore be generalized to have two independent variables, representing the number of training samples, and the number of prediction samples. The values of these variables may be inferred from data files, or furnished by the user.

cc: @jkunisak

@petermchale
Copy link
Member Author

A new comment, 👍

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