Closed sgoe1 closed 7 years ago
@tkdagdelen LoadPhenotypesWithCovariates is handling covariates incorrectly, probably change val joinedData = data.cogroup(covarData).map(pair => { need to ignore rows that don't have a covariate in the covariate file
val joinedData = data.cogroup(covarData).map(pair => {
@tkdagdelen LoadPhenotypesWithCovariates is handling covariates incorrectly, probably change
val joinedData = data.cogroup(covarData).map(pair => {
need to ignore rows that don't have a covariate in the covariate file