> Hi, I am a computational biologist and I do my majority of jobs using > Julia right now. So far biojulia is not so practical but you can using > BioPython package. It is quite convenient and painless to call python > package so far. R packages are also necessary for bioinformatics. However, > as I known, Julia haven't a good interface to connect with R at this > moment. Therefore I wrote some custom code to wrap Rif.jl package in order > to better calling R in Julia. >
Look at RCall package, it has better integration with R then Rif.
