All Projects → PMassicotte → eemR

PMassicotte / eemR

Licence: other
Utilities for pre-processing emission-excitation-matrix (EEM).

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to eemR

ImSwitch
ImSwitch is a software solution in Python that aims at generalizing microscope control by providing a solution for flexible control of multiple microscope modalities.
Stars: ✭ 43 (+152.94%)
Mutual labels:  fluorescence
cyclops
Precision current source, with optional optical feedback, for driving LEDs and laser diodes
Stars: ✭ 38 (+123.53%)
Mutual labels:  fluorescence
FRETBursts
Burst analysis software for smFRET. **Moved to OpenSMFS organization**
Stars: ✭ 16 (-5.88%)
Mutual labels:  fluorescence
Land
Everything within the Land model (Soil Plant Atmosphere Module, Land Hydrology, etc)
Stars: ✭ 61 (+258.82%)
Mutual labels:  fluorescence
flika
An interactive image processing program for biologists written in Python.
Stars: ✭ 20 (+17.65%)
Mutual labels:  fluorescence
FloBaRoID
Framework for dynamical system identification of floating-base rigid body tree structures
Stars: ✭ 53 (+211.76%)
Mutual labels:  excitation
CoreMS
CoreMS is a comprehensive mass spectrometry software framework
Stars: ✭ 20 (+17.65%)
Mutual labels:  dissolved-organic-matter
picaso
A Planetary Intensity Code for Atmospheric Spectroscopy Observations
Stars: ✭ 27 (+58.82%)
Mutual labels:  emission

eemR

Package-License CRAN_Status_Badge Downloads DOI Codecov test coverage R build status

The eemR package implements various functions used calculate metrics from excitation-emission matrix (EEM) as well as to preform pre-processing corrections before PARAFAC analysis.

The latest release of the package from CRAN can be installed with:

install.packages("eemR")

The latest development version of the package can be installed with:

devtools::install_github("PMassicotte/eemR")

Vignette

A detailed vignette presenting the package which can be viewed using:

vignette(topic = "introduction", package = "eemR")

Supported spectrophotometers

At the moment, EEMs generated by the following spectrofluorometer are officially supported.

  • Cary Eclipse .csv files

  • Aqualog .dat files

  • Shimadzu .TXT files

  • Fluoromax-4 .dat files

  • Hitachi F-7000 FL .TXT files

EEM can be read using the eem_read() function. Please fill an issue if you have other file formats you would like to add to the package. You can also write your own import function!

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].