Description Usage Arguments Value Examples
View source: R/TwoPart_MultiMS.R
Subdivide a data frame of protein metadata and intensities into a data frame of meta data only
1 | make_meta(mm, use_cols)
|
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 |
m_ints data frame of intensities only
1 2 3 4 | data(mm_peptides)
head(mm_peptides)
metaCols = 1:7 # reusing this variable
m_prot.info = make_meta(mm_peptides, metaCols)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.