Hello Dears,
I am new user in the field of computational biology and want to handle Hi-C(3C) data. For this purpose which programming language is best and easy to learn so that can handle it easily.
Thanks for your time.
Hello Dears,
I am new user in the field of computational biology and want to handle Hi-C(3C) data. For this purpose which programming language is best and easy to learn so that can handle it easily.
Thanks for your time.
Do you need to write programs for it or just analyse it? There are already some tools for the latter (typically in python), so don't reinvent the wheel unless you really need to.
BTW, examples of existing program would be HiCExplorer (it's by a colleague of mine and hasn't been fully released yet) or HiFive from James Taylors group. Those happen to both be written in python, though I wouldn't be surprised if others are a mixture of python and R.
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
I like Julia but as a first language for someone in bioinformatics to learn I don't think it's the best pick. These days it would be python and/or R (and I say that as a perl developer).
Agreed. I would start with R simply to be able to make use of the Bioconductor ressources.
I'd be interested in where you think someone could go to learn such a young language? I've always been pretty interested in taking in another language to compliment R, but have always just banked on eventually learning Python.