rbindMSnset: Similar to the function 'rbind' but applies on two subsets of...

Description Usage Arguments Value Author(s) Examples

View source: R/inOutFiles.R

Description

Similar to the function rbind but applies on two subsets of the same MSnSet object.

Usage

1
rbindMSnset(df1 = NULL, df2)

Arguments

df1

An object (or subset of) of class MSnSet. May be NULL

df2

A subset of the same object as df1

Value

An instance of class MSnSet.

Author(s)

Samuel Wieczorek

Examples

1
2
3
4
utils::data(Exp1_R25_pept, package='DAPARdata')
df1 <- Exp1_R25_pept[1:100]
df2 <- Exp1_R25_pept[200:250]
rbindMSnset(df1, df2)

DAPAR documentation built on April 11, 2021, 6 p.m.