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

Different batches on same data.... #48

Closed
llrs opened this issue Mar 26, 2024 · 1 comment
Closed

Different batches on same data.... #48

llrs opened this issue Mar 26, 2024 · 1 comment

Comments

@llrs
Copy link
Owner

llrs commented Mar 26, 2024

Situation:

first decide which samples go in each pool.
Then split the pool in two for the 2 timepoints of the sample.

Or simply applying the same batch to the same ouptut multiple times:

data(survey, package = "MASS")
columns <- c("Sex", "Age", "Smoke")
index <- design(pheno = survey[, columns], size_subset = 70,
                iterations = 10)
batches <- inspect(index, survey[, columns])

index2 <- design(pheno = batches, size_subset = 70,
                iterations = 10)
batches2 <- inspect(index2, batches)
View(batches2) 
# Error
@llrs llrs closed this as completed in 736e1cd Mar 27, 2024
@llrs
Copy link
Owner Author

llrs commented Mar 27, 2024

Fixed by adding a warning, inspect and follow_up already had an argument to name the new column.

Not sure if a sequential design should be covered considered

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