privefl / bigsnpr

R package for the analysis of massive SNP arrays.
https://privefl.github.io/bigsnpr/
186 stars 44 forks source link

snp_subset does not work when $fam is not there #454

Closed privefl closed 11 months ago

privefl commented 11 months ago
x <- snp_attachExtdata()
x$fam <- NULL
snp_subset(x, ind.col = 1:10)
privefl commented 11 months ago

Actually, there is another problem inside of the function.