I have come across a situation where the "readr::read_table" does not impute the correct column type for results. In my case the SNP ids are for the form "1:853394" which is incorrectly imputed to be a time (this results in all values returned being NA).
I am investigating the invoker of ds.plink being able to provide "col_types" for readr::read_table
I have come across a situation where the "readr::read_table" does not impute the correct column type for results. In my case the SNP ids are for the form "1:853394" which is incorrectly imputed to be a time (this results in all values returned being NA).
I am investigating the invoker of ds.plink being able to provide "col_types" for readr::read_table