This is a test version of Biostars. For the public version, visit https://www.biostars.org.
There are any python alternative to bioconductor?

Hi guys,

Happy new year!

There are any possible python alternative to bioconductor genome analysis?

Thanks for you all!

Paulo

python

there is biopython, but as I know (never work with it outside my university courses) it does not comprise even 1% of material presented in bioconductor

bioconductor genome analysis

What does that mean? Are you referring to python package equivalents as alternative to R packages?

Yep! Genomax... thats the idea. But R is awesome..

1 answer

Short answer: No

Long answer: There are many tools/packages already in BioConductor, there are a few similar in Python, but each one has their own advantages/disadvantages.

I think it would be hard to beat R. But I think I need to ask... Thank you fellas...

There are some good part in R, but in general, it's better to use code already exists and not rewrite them again. You can use Python in R and R in Python.

Log in to answer this question.