All Projects → PCRuniversum → RDML

PCRuniversum / RDML

Licence: other
RDML data import for R

Programming Languages

r
7636 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to RDML

metacoder
Parsing, Manipulation, and Visualization of Metabarcoding/Taxonomic data
Stars: ✭ 120 (+500%)
Mutual labels:  cran, pcr
WMagicBotR
基于Mirai 使用 java开发的 bot框架,在消息事件下封装了指令/权限指令 方便调用,内置公主连接/公主连结工会战功能
Stars: ✭ 40 (+100%)
Mutual labels:  pcr
nflreadr
Efficiently download nflverse data
Stars: ✭ 38 (+90%)
Mutual labels:  cran
rcppsimdjson
Rcpp Bindings for the 'simdjson' Header Library
Stars: ✭ 103 (+415%)
Mutual labels:  cran
Gmisc
An R package for creating tables, some plots and other useful utilities too small to merit their own package
Stars: ✭ 45 (+125%)
Mutual labels:  cran
epanet2toolkit
An R package for calling the Epanet software for simulation of piping networks.
Stars: ✭ 13 (-35%)
Mutual labels:  cran
ModelDeployment
CRAN Task View: Model Deployment with R
Stars: ✭ 19 (-5%)
Mutual labels:  cran
mcmcr
An R package to manipulate MCMC samples
Stars: ✭ 17 (-15%)
Mutual labels:  cran
oem
Penalized least squares estimation using the Orthogonalizing EM (OEM) algorithm
Stars: ✭ 22 (+10%)
Mutual labels:  cran
tracy
Basecalling, alignment, assembly and deconvolution of Sanger Chromatogram trace files
Stars: ✭ 73 (+265%)
Mutual labels:  pcr
rdomains
Classifying the content of domains
Stars: ✭ 47 (+135%)
Mutual labels:  cran
RJafroc
Artificial Intelligence: Evaluating AI, optimizing AI
Stars: ✭ 17 (-15%)
Mutual labels:  cran
packagefinder
Comfortable search for R packages on CRAN, either directly from the R console or with an R Studio add-in
Stars: ✭ 43 (+115%)
Mutual labels:  cran
papeR
A toolbox for writing Sweave or other LaTeX-based papers and reports and to prettify the output of various estimated models.
Stars: ✭ 26 (+30%)
Mutual labels:  cran
RcppEigen
Rcpp integration for the Eigen templated linear algebra library
Stars: ✭ 89 (+345%)
Mutual labels:  cran
pinyin
an R package for converting Chineses characters into pinyin
Stars: ✭ 45 (+125%)
Mutual labels:  cran
arulesViz
Visualizing Association Rules and Frequent Itemsets with R
Stars: ✭ 49 (+145%)
Mutual labels:  cran
contextual
Contextual Bandits in R - simulation and evaluation of Multi-Armed Bandit Policies
Stars: ✭ 72 (+260%)
Mutual labels:  cran
healthyR
Hospital Data Analysis Workflow Tools
Stars: ✭ 21 (+5%)
Mutual labels:  cran
rdocumentation-2.0
📚 RDocumentation provides an easy way to search the documentation for every version of every R package on CRAN and Bioconductor.
Stars: ✭ 197 (+885%)
Mutual labels:  cran

published in: Bioinformatics CRAN_Status_Badge Downloads Travis-CI Build Status Rdoc

RDML

The RDML package is published in Oxford Bioinformatics: Stefan Rödiger, Michał Burdukiewicz, Andrej-Nikolai Spiess, Konstantin Blagodatskikh; Enabling reproducible real-time quantitative PCR research: the RDML package, Bioinformatics, https://doi.org/10.1093/bioinformatics/btx528 (see also citation()).

Imports qPCR data from RDML v1.1 format files (Lefever et al. 2009) and transforms it to the appropriate format of the qpcR package (Ritz et al. 2008, Spiess et al. 2008) or chipPCR package. RDML (Real-time PCR Data Markup Language) is the recommended file format element in the Minimum Information for Publication of Quantitative Real-Time PCR Experiments (MIQE) guidelines (Bustin et al. 2009).

Installation


The stable version of the RDML package for R is hosted on CRAN and can be installed as any R package.

You can install the latest development version of the code using the devtools R package.

# Install devtools, if you haven't already.
install.packages("devtools")

library(devtools)
install_github("PCRuniversum/RDML")

Manual

The manual is available online.

Examples

RDML imports various data formats (CSV, XMLX) besides the RDML format. Provided that the raw data have a defined structure (as described in the vignette) the import should be done by a few clicks. The example below shows the import of amplification curve data, which were stored in a CSV file. The function rdmlEdit() was used in the RKWard IDE/GUI for further processing. rdmlEdit may be also accessed as a web server (http://shtest.evrogen.net/rdmlEdit/).

Data Import

Once imported enables rdmlEdit() and other functions from the RDML package complex data visualization and processing in the R statistical computing environment.

Data View

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].