In the daylight of biotechnology:Rcpp and R applications

Scientific tutorials and data application

Monday, May 30, 2016

Fast text file reading into R using Rcpp functions

›
Using the C++ I/O system provides fast input functions which can be used in this Rcpp code with two ways: 1-using std::stringstream ...
Monday, May 23, 2016

Algorithm of binary search :Rcpp code

›
A binary search divides a range of values(sorted array) into halves by the median point(noted k), and continues tonarrow down the fi...
Wednesday, February 24, 2016

Seqan an Rcpp

›
https://uclrdata.wordpress.com/2013/04/05/unix-sequencing-tools-vs-bioconductor/

Seqan and rcpp

›
https://uclrdata.wordpress.com/2013/05/01/rcpp-rcpparmadillo-seqan-sequence-analysis-part-3/
Tuesday, February 16, 2016

Rcpp: the Shell sort code with gaps function exemples

›
shellsoert.htm /* * The method starts by sorting pairs of elements far apart from each other, then progressively reducing the...
Monday, February 15, 2016

Rcpp: reading file functions codes

›
read.file.htm /* All these function are useful in Reading file.read_file_delime function read the file from start to end....

Merge sort: Rcpp integration code

›
mergesort.htm /*sorting function using the merge sort algorithm */ #include <Rcpp.h> using namespace Rcpp; void i...
‹
›
Home
View web version
Powered by Blogger.