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

View source: R/inOutFiles.R

rbindMSnsetR Documentation

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

Description

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

Usage

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

data(Exp1_R25_pept, package="DAPARdata")
df1 <- Exp1_R25_pept[seq_len(100)]
df2 <- Exp1_R25_pept[seq.int(from = 200, to = 250)]
rbindMSnset(df1, df2)


prostarproteomics/DAPAR documentation built on March 28, 2024, 4:44 a.m.