readme.md

EEM package

EEM is an R package for reading and preprocessing fluorescence excitation-emission matrix (EEM). Aside from importing the raw data directly, some preprocessing methods and means to visualize the multivariate analysis results (PCA and PLS) are also provided.

Key features

Manuals

The package vignette is available in English and Japanese. The detailed manual on importing raw files is also available.

The changes during version updates are recorded here.

To install

The stable version:

install.packages("EEM")

The latest development version:

library(devtools) 
install_github("chengvt/EEM", dependencies = TRUE)

If you don't have devtools install yet, you will need to first install it.

install.packages("devtools")


chengvt/EEM documentation built on May 13, 2019, 3:51 p.m.