make_meta: Subdivide data into metadata columns only

View source: R/TwoPart_MultiMS.R

make_metaR Documentation

Subdivide data into metadata columns only

Description

Subdivide a data frame of protein metadata and intensities into a data frame of meta data only

Usage

make_meta(mm, use_cols)

Arguments

mm

data frame of metadata and intensities as a signle data frame

use_cols

column numbers to subset and return, no range checking on the column indeces is performed

Value

m_ints data frame of intensities only

Examples

data(mm_peptides)
head(mm_peptides)
metaCols = 1:7 # reusing this variable
m_prot.info = make_meta(mm_peptides, metaCols)

YuliyaLab/ProteoMM documentation built on April 19, 2022, 8:12 a.m.