Model scripts for R bioinformatics research
3
1
Entering edit mode
7.8 years ago
ddowlin ▴ 70

Hi,

I am relatively new to bioinformatics/R/scripting. Currently I am trying to improve my coding style so that my scripts are more accessible, both for me and other readers.

Does anyone know of any resources for model scripts I could use as inspiration?

Thanks.

R • 2.2k views
ADD COMMENT
0
Entering edit mode

What do you mean by Model scripts? Are you looking for R tutorials?

ADD REPLY
0
Entering edit mode

What I mean is good examples of clean R code that is used in a bioinformatics context.

ADD REPLY
0
Entering edit mode
ADD REPLY
5
Entering edit mode
7.8 years ago
EagleEye 7.5k

This will be good starter for you,

https://cran.r-project.org/doc/contrib/Paradis-rdebuts_en.pdf (I have started with this PDF :-))

http://www.tutorialspoint.com/r/

Advanced usage of available pipelines:

For some high throughput analysis R scripts/packages look into Bioconductor website.

More discussions,

Recommend Your Favorite Introductory "R In Bioinformatics" Books And Resources

ADD COMMENT
4
Entering edit mode
7.8 years ago
Michael 54k

These are only a few coding style guides I found:

If you want to look at examples from bioinformatics, you could take a look inside BioConductor packages, like BioStrings. But these are using advanced features of R's object system like methods, generics, etc. which might be overwhelming for a beginner.

ADD COMMENT
1
Entering edit mode
7.8 years ago

Not related to bioinformatics, even less about R and not exactly concise... Still I'd recommend this book Code Complete. I found it very useful and readable.

ADD COMMENT

Login before adding your answer.

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