R/fdaRNA-package.R

#' RNA-Seq and Microarray Preprocessing
#'
#' @docType package
#' @name fdaRNA-package
#' @aliases fdaRNA
#'
#' @description
#' This package is dedicated to two central aspects of gene expression preprocessing: 
#' normalization and outlier detection. In this package, those methodologies are based 
#' on statistical depth. The outlier detection methodology can be generally applied.
#'
#' @keywords  non-parametric multivariate robust
#' 
#' @import affy MASS mpm mvtnorm
#' @importFrom doSNOW registerDoSNOW
#' 
#' @references
#' Nieto-Reyes A, Cabrera J. Statistical depth based normalization and outlier detection of 
#' gene expression data. Preprint
#'
#'
NULL
asael697/fdaRNA documentation built on May 28, 2020, 11:32 a.m.