Skip to content

A fast R implementation using Rcpp based on the original matlab HCP method for Normalizing RNA-Sequencing Data by Modeling Hidden Covariates with Prior Knowledge by Mostafavi et al. PLOSone (2013).).

Notifications You must be signed in to change notification settings

mvaniterson/Rhcpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rhcpp

A fast R implementation using Rcpp based on the original matlab HCP method for Normalizing RNA-Sequencing Data by Modeling Hidden Covariates with Prior Knowledge by Mostafavi et al. PLOSone (2013).

Install

From unix and alike use either:

library(devtools)
install_github("mvaniterson/Rhcpp")

Or using the biocLite function from BioConductor:

source("http://bioconductor.org/biocLite.R")
biocLite("mvaniterson/Rhcpp")

Usage

see ?hcp or the unitTest directory for examples. The package contains example data from the original paper.

About

A fast R implementation using Rcpp based on the original matlab HCP method for Normalizing RNA-Sequencing Data by Modeling Hidden Covariates with Prior Knowledge by Mostafavi et al. PLOSone (2013).).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published