Description Usage Arguments Value Author(s) Examples
View source: R/chromatogram_manip.R
This function trims chromatograms from the end-points.
1 | trimXICs(XICs, len = 1)
|
XICs |
(A list) A list of dataframe that consists of two columns. First column must be monotonically increasing. |
len |
(numeric) must be between 0.1 and 1. |
A list.
Shubham Gupta, shubh.gupta@mail.utoronto.ca
ORCID: 0000-0003-3500-8152
License: (c) Author (2020) + GPL3 Date: 2020-04-01
1 2 3 4 5 6 | data("XIC_QFNNTDIVLLEDFQK_3_DIAlignR")
XICs <- XIC_QFNNTDIVLLEDFQK_3_DIAlignR[["hroest_K120808_Strep10%PlasmaBiolRepl1_R03_SW_filt"]][["4618"]]
## Not run:
newXICs <- smoothXICs(XICs, len = 0.5)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.