You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to create a phenotype input file. I tried creating a normal text file with two column for sample Ids and phenotype. I also tried creating a vector in R with just the phenotypes, but it is asking for sample Ids. Can i get some help in understanding how to create the phenotype file? I see that the example phen file given is a factor. This might not be a difficult problem, but I'm new to R. So any help will be appreciated.
The text was updated successfully, but these errors were encountered:
It sounds like your sample IDs may not be getting assigned as names to your phenotype.
Does names(phen) return NULL? names(phen) should contain your sample IDs.
I am unable to create a phenotype input file. I tried creating a normal text file with two column for sample Ids and phenotype. I also tried creating a vector in R with just the phenotypes, but it is asking for sample Ids. Can i get some help in understanding how to create the phenotype file? I see that the example phen file given is a factor. This might not be a difficult problem, but I'm new to R. So any help will be appreciated.
The text was updated successfully, but these errors were encountered: