Entering edit mode
3.8 years ago
sayyarsehrish
•
0
I have generated PCA files using plink (eigenvec and eigenval). now I am trying to plot PCA figure using genesis software. but the figure doesn’t give me any information about group showing no group. how can I sort out this error. genesis need phenotype file and have no phenotype file.
On Page 16 of Genesis manual, they describe the expected input. It is a reformatted version of output from SNPRelate R package.
How does your input data looks like? Try to reformat it to match with the manual and test.
If you have the data already in the plink output format, it's easy to plot in R. If you have a column for population, you could do something like:
Which avoids the need to convert to a different format.
i have data in plink output format but i have no information about different groups in data output.
You need to add those yourself.