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

Appropriate Design Matrix #269

Open
StephenRicher opened this issue Apr 18, 2022 · 0 comments
Open

Appropriate Design Matrix #269

StephenRicher opened this issue Apr 18, 2022 · 0 comments

Comments

@StephenRicher
Copy link

Hi,

I am working with an experimental design similar to the one below and was wondering how best to fit my full and reduced model?

Currently I have fit this:

`so <- sleuth_fit(so, ~treatment, 'reduced')`
`so <- sleuth_fit(so, ~treatment + response, 'full')`

Which seems OK, but presumably the 'treatment' replicates cannot be treated equally (i.e. treatment replicates occur both between and within groups). Do you think this will be a problem?

I thought an alternative approach would be to treat within-group treatments as technical replicates and simply merge them. However, I am not sure how I would go about merging the Kallisto quantification, or whether this can be done by Sleuth?

Thanks very much,
Stephen

image

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