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

Allow multiple covariates #67

Open
drisso opened this issue Sep 2, 2016 · 3 comments
Open

Allow multiple covariates #67

drisso opened this issue Sep 2, 2016 · 3 comments

Comments

@drisso
Copy link
Contributor

drisso commented Sep 2, 2016

The user should be able to adjust for other (categorical and continuous) covariates in addition to batch.

@allonw
Copy link
Contributor

allonw commented Sep 2, 2016

I assume that this means allowing any design matrix of technical covariates (maybe with some convenience functions for common cases)? If so, it should be allowed also for the bio covariates.

@drisso
Copy link
Contributor Author

drisso commented Sep 2, 2016

Yes. It should allow an arbitrary number of covariates to be removed and an arbitrary number of covariates to be preserved.

@drisso
Copy link
Contributor Author

drisso commented Nov 1, 2016

The plan is to add a single covariate for the moment. To do this:

  • Add the adjust_covariate=c("no", "yes", "force") argument
  • Modify parse_row() and make_design()
  • Modify scone()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants