GWAS in python?
1
0
Entering edit mode
7 months ago
Athena • 0

Is GWAS in python instead of R? I tried looking for one and some parts of the analysis is written in R and some are written in python. The one I looked at was this https://github.com/frankvogt/vcf2gwas which I am not sure if this included QC portion

R python GWAS • 677 views
ADD COMMENT
0
Entering edit mode
ADD REPLY
1
Entering edit mode
7 months ago
Axzd ▴ 70

Technically speaking, nothing done in R can't be replicated in Python. I don't know what you are trying to do. Still, if you know Python and do not know R, you should be able to do everything in Python, UNLESS there is a very specific task and the library to do it only exists in R (you could still re-write it in Python, but ok, that would require time and a good knowledge of Python). There are ways to call R from inside Python calling R from Python, or you could use a separate script. That said, your link doesn't seem to use R at all. I strongly feel it's just down to personal preferences and training. For example, I was trained to use R for plots. But Python is perfectly able to produce good plots. I think you get the idea.

ADD COMMENT

Login before adding your answer.

Traffic: 1047 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6