Distribute clones to match the available seeds during replication
Source:R/rand_prep.R
geno_by_tubers.Rd
Distribute clones to match the available seeds during replication
Examples
data("ilri", package = "pbwrangler")
ins_ilri <- geno_by_tubers(ilri)
lapply(ins_ilri, head, 5)
#> $geno_3
#> [1] "CIP319020.009" "CIP319027.002" "CIP319027.003" "CIP319052.003"
#> [5] "CIP319052.006"
#>
#> $geno_2
#> [1] "CIP319008.002" "CIP319019.001" "CIP319020.004" "CIP319020.005"
#> [5] "CIP319020.008"
#>
#> $geno_1
#> [1] "CIP319020.003" "CIP319020.006" "CIP319020.007" "CIP319020.002"
#> [5] "CIP319027.001"
#>