File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66* Fixed missing checkpoint for ram_checkpoint
77* Try a chunk_size argument for ped2com to reduce memory usage during transpose
88* Try filter method for whose relatedness to return by individual ID
9- * ** Breaking change: ** renamed ` ytemp ` parameter to ` obs_ids ` in ` buildOneFamilyGroup() ` and ` buildFamilyGroups() ` for clarity
9+ * Renamed ` ytemp ` parameter to ` obs_ids ` in ` buildOneFamilyGroup() ` and ` buildFamilyGroups() ` for clarity
1010* Expanded v6 vignette with data requirements reference and real-data workflow using the ` hazard ` dataset
1111
1212# BGmisc 1.6.0.1
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ for (i in seq_along(n_families)) {
8484 phenotypic_ids <- ped_i$ID[!is.na(ped_i$lrs)]
8585 A_i <- as.matrix(ped2add(ped_i, sparse = FALSE, keep_ids = phenotypic_ids))
8686 Cn_i <- as.matrix(ped2cn(ped_i, sparse = FALSE, keep_ids = phenotypic_ids))
87- Mt_i <- as.matrix(ped2mtd (ped_i, sparse = FALSE, keep_ids = phenotypic_ids))
87+ Mt_i <- as.matrix(ped2mit (ped_i, sparse = FALSE, keep_ids = phenotypic_ids))
8888
8989 n_i <- nrow(A_i)
9090 id_order_i <- rownames(A_i)
@@ -106,7 +106,6 @@ for (i in seq_along(n_families)) {
106106}
107107
108108
109-
110109group_models <- lapply(seq_len(n_families), function(i) {
111110 buildOneFamilyGroup(
112111 group_name = paste0("ped", i),
You can’t perform that action at this time.
0 commit comments