Learn R Programming

⚠️There's a newer version (1.3-7) of this package.Take me there.

Baseline Correction of Spectra - baseline

Installation

# Install release version from CRAN  
install.packages("baseline")  
# Install development version from GitHub  
devtools::install_github("khliland/baseline")

Contents

  • S4 interface baseline() with a range of baseline correction methods
    • 4S Peak Filling
    • Asymmetric Least Squares - ALS
    • IRLS
    • LowPass filtering
    • Median Window
    • Modified polynomial fitting
    • Peak Detection
    • Rolling Ball
    • RF baseline
    • Shirley
    • TAP
    • Common plotting function
  • Customized baseline correction
    • Interval stretch/compress for more adaptive baseline
  • Baseline optimisation for prediction and classification
    • Design of Experiments
    • Running of DoE
    • Analysis of results
  • Tcl/Tk based Graphical User Interface for baseline correction

Copy Link

Version

Install

install.packages('baseline')

Monthly Downloads

1,704

Version

1.3-4

License

GPL-2

Issues

Pull Requests

Stars

Forks

Maintainer

Kristian Hovde Liland

Last Published

July 6th, 2022

Functions in baseline (1.3-4)

baseline.TAP

TAP
baseline.shirley

Shirley Background Estimation
baseline.als

Asymmetric Least Squares
baseline-class

Class "baseline"
baseline.modpolyfit

Modified polynomial fitting
baselineAlgResult-class

Class "baselineAlgResult"
baseline.peakDetection

Simultaneous Peak Detection and Baseline Correction
baselineAlgTest-class

Class "baselineAlgTest"
baseline

Baseline correction
PLSRTest-class

Class "PLSRTest"
XPSdata

XPS core line data
baseline.medianWindow

Median window
baseline.lowpass

Low-pass FFT filter
baseline.fillPeaks

Fill peaks
baseline.rfbaseline

Robust Baseline Estimation
baseline-package

Baseline correction
baseline.rollingBall

Rolling ball
algorithm

Extraction methods for "baselineAlgTest" objects
baseline.irls

Iterative Restricted Least Squares
milk

MALDI-TOF mass spectra
ind.min

Extraction methods specific for "predictionResult" objects
baselineAlgorithms

List of available baseline algorithms
custom.baseline

Customized baseline correction
predictionResult-class

Class "predictionResult"
baselineAlgorithmsGUI

List of available baseline algorithms for GUI function
plotOptim

Plotting tool for result objects from optimization
ridgeRegressionTest-class

Class "ridgeRegressionTest"
doOptim

Optimise several baseline algorithms on a data set
name

Extraction methods for "baselineAlg" objects
predictionTest-class

Class "predictionTest"
funcName

Extract the "funcName" slot.
overall.min

Extract the minimum from a baseline optimisation
getBaseline

Functions to extract the components of a "baseline" object
runTest

Run a predictionTest or baselineAlgTest
optimWizard

Visual tool for setting up optimization
qualMeas

Extraction functions for "predictionResult" or "baselineAlgResult" objects
param

Extract the "param" slot
param.ind.min

Extraction methods for "baselineAlgResult" objects
baselineAlg-class

Class "baselineAlg"
plotBaseline

Plot method for "baseline" objects
baselineGUI

Interactive plotting tool
baselineEnv

Baseline environment