In the daylight of biotechnology:Rcpp and R applications
Scientific tutorials and data application
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...
The first code:Rcpp
›
sourceCpp is the important function in Rcpp. The Rcpp code is written into file with'.cpp' extension. The cppFunction can be use...
Rcpp:the first step
›
Rcpp uses the C++ compiler to produce a sharing library connectable with R environment. The fist step is to install the Rtools program pr...
Why I use Rcpp ?
›
Rcpp is an R add-on package which facilitates extending R with C++ functions. It is being used for anything from small and quickly cons...
Sunday, February 14, 2016
Numerical coding of DNA: Rcpp code
›
htmlsplit.html /* In general, DNA sequences are stored as character data into different formats of files like FASTA,FNA... AL...
Saturday, February 13, 2016
Source file example for some sorting algorithms written in C++ via RCPP to R implimentation
›
ssort.htm #include <Rcpp.h> # include<algorithm> using namespace Rcpp; /* * This file contains some algorithm...
‹
›
Home
View web version