Skip to content

benbell95/peak-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

peak-detection

Simple peak detection and peak area calculation using R - currently designed to work with FTIR spectra.

For peak detection and peak heights only - use the peak_detection.r script

For peak detection and peak area calculation - use both the peak_area.r script and peak_detection.r script

# Load peak detection script
source("https://raw.githubusercontent.com/benbell95/peak-detection/main/r/peak_detection.r")
# Load peak area script
source("https://raw.githubusercontent.com/benbell95/peak-detection/main/r/peak_area.r")

More details to come...

About

Simple peak detection and peak area calculation using R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages