2008
DOI: 10.1186/1471-2105-9-390
|View full text |Cite
|
Sign up to set email alerts
|

R/parallel – speeding up bioinformatics analysis with R

Abstract: BackgroundR is the preferred tool for statistical analysis of many bioinformaticians due in part to the increasing number of freely available analytical methods. Such methods can be quickly reused and adapted to each particular experiment. However, in experiments where large amounts of data are generated, for example using high-throughput screening devices, the processing time required to analyze data is often quite long. A solution to reduce the processing time is the use of parallel computing technologies. B… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
19
0

Year Published

2009
2009
2016
2016

Publication Types

Select...
4
3
2

Relationship

2
7

Authors

Journals

citations
Cited by 29 publications
(19 citation statements)
references
References 12 publications
0
19
0
Order By: Relevance
“…To further speed up the reading process, we employ the R-package parallel (Vera et al 2008) that facilitates parallel computations on computers with multiple cores/CPUs.…”
Section: Description Of Popgenomementioning
confidence: 99%
“…To further speed up the reading process, we employ the R-package parallel (Vera et al 2008) that facilitates parallel computations on computers with multiple cores/CPUs.…”
Section: Description Of Popgenomementioning
confidence: 99%
“…In these latter cases, all calculations are independent so the work can be carried out in parallel and results gathered together at the end of the computation. R packages that provide some of this functionality include but are not limited to R/Parallel [17], taskPR [18] and foreach [19]: the CRAN task view in high performance computing § lists many others. These packages provide a working and often efficient entry route into parallelising R code for computationally hard analysis problems, but they require a level of programming skill that may not be matched by growing numbers of statisticians, bioinformaticians and biologists who are now being presented with easily generated large data sets.…”
Section: Exploiting Parallelism In Rmentioning
confidence: 99%
“…In these latter cases, all calculations are independent so the work can be done in parallel and results gathered together at the end of the computation. R packages that provide some of this functionality include but are not limited to R/Parallel [24], taskPR [19] and foreach [18]: the CRAN task view in High Performance Computing 2 lists many others.…”
Section: Exploiting Parallelism In Rmentioning
confidence: 99%