loadAffyLibraries: Function to load necessary libraries

Description Usage Details Value Author(s) Examples

View source: R/loadAffyLibraries.R

Description

Function to load all the libraries that this package needs.

Usage

1

Details

Function to load all the libraries that this package needs.

Value

None

Author(s)

Corey M. Hudson <coreymhudson>

Examples

1
2
3
4
5
6
7
function(){
	library(limma)
	library(gcrma)
	library(MASS)
	library(gamlss)
	library(stats4)
  }

coreymhudson/AffyDistance documentation built on May 13, 2019, 10:51 p.m.