pepLFQ2 | R Documentation |
Peptides are unique to species.
pepLFQ2(
basenames,
are_refs,
are_smpls,
xsmat,
ysmat,
tsmat,
ssmat,
mmat,
mbr_peps,
mbr_sps,
sp_centers,
new_na_species = ".other",
rt_tol = 30,
mbr_ret_tol = 30,
step = 0.005,
lfq_mbr = TRUE,
err_log2r = 0.25
)
basenames |
The base names of a peptide table files
( |
are_refs |
Logical; are references or not. |
are_smpls |
Logical; are samples or not. |
xsmat |
A matrix of m-over-z values. |
ysmat |
A matrix of apex intensities. |
tsmat |
A matrix of apex retention times. |
ssmat |
A matrix of apex scan numbers. |
mmat |
A logical matrix of MBR status. |
mbr_peps |
A vector of |
mbr_sps |
A vector of peptide species in the universe. |
sp_centers |
The centers of log2FC for each species; names: species, values: log2FC. |
new_na_species |
A replace value for NA species. |
rt_tol |
Error tolerance in retention times. |
mbr_ret_tol |
The tolerance in MBR retention time in seconds. |
step |
The step size in binning retention times. |
lfq_mbr |
Logical; perform LFQ-MBR or not. |
err_log2r |
Not yet used. Error tolerance in log2FC. |
reference_spec_counts |
Logical; reference protein spectrum counts or not. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.