-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaddMBRpeps.Rd
25 lines (22 loc) · 870 Bytes
/
addMBRpeps.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/qlfq.R
\name{addMBRpeps}
\alias{addMBRpeps}
\title{Add MBR peptide intensities}
\usage{
addMBRpeps(file, pep_tbl = NULL, dat_dir, group_psm_by = "pep_seq_mod")
}
\arguments{
\item{file}{A file name with prepending path to a peptide table.}
\item{pep_tbl}{A data frame corresponding to \code{file}.}
\item{dat_dir}{A working directory.}
\item{group_psm_by}{A character string specifying the method in PSM grouping.
At the \code{pep_seq} default, descriptive statistics will be calculated
based on the same \code{pep_seq} groups. At the \code{pep_seq_mod}
alternative, peptides with different variable modifications will be treated
as different species and descriptive statistics will be calculated based on
the same \code{pep_seq_mod} groups.}
}
\description{
Add MBR peptide intensities
}