R And Ape Vs Bioperl
3
1
Entering edit mode
13.2 years ago
Evolgen ▴ 10

Is there something that R with the ape package can do better than Bioperl? In other words, should I invest in R or stick with my knowledge of C and Perl?

bioperl r programming • 3.2k views
ADD COMMENT
9
Entering edit mode
13.2 years ago
Gareth Palidwor ★ 1.6k

I was pretty good at BioPerl before I learned R, and I've gotten huge (and growing) returns on my investment in learning R. BioPerl and R/Bioconductor are not really rivals, rather complementary. I recommend both for optimal effectiveness.

I find BioPerl best for fast file transformations and general format munging with a low memory footprint. R is not good for this as it generally wants to (slowly) load everything into memory. R is much better at statistics and large data transformations, however.

I often do hybrid analysis where I transform data into an R readable form using BioPerl, then do the analysis in R.

ADD COMMENT
5
Entering edit mode
13.2 years ago

The two are simply different.

If you need statistics you need R and the Bioconductor packages. If you need a quick sccipt or need to handle sequence data BioPerl is often better.

ADD COMMENT
2
Entering edit mode

The Biostrings package in Bioconductor can also be used when working with large sequences (whole chromosomes for instance). Still, I agree with Chris that Bioperl and R/Bioc are two different tools.

ADD REPLY
0
Entering edit mode
13.2 years ago

You first need to define what type of tasks will you'll want to be good at. There is no single tool or approach that does the job best, bioinformatics is a huge field. In a way your question is like asking: If I want to be a good doctor should I learn more about surgery or ophthalmology?

ADD COMMENT

Login before adding your answer.

Traffic: 2942 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