spreadPepNums | R Documentation |
Spreads fields of numeric values: sd_log2_R, log2_R, log2_R, I, N_I by TMT sets.
spreadPepNums(
df,
basenames,
group_psm_by,
ok_mbr = FALSE,
use_spec_counts = FALSE
)
df |
A data frame of peptide table. |
basenames |
Names of peptide table files. |
group_psm_by |
A character string specifying the method in PSM grouping.
At the |
ok_mbr |
Logical Capable of MBR or not. |
use_spec_counts |
Logical; If TRUE, uses spectrum counts for quantitation with Mascot or Mzion outputs. |
Also works for LFQ as each sample corresponds to a TMT set.
For single SILAC sample, the values of log2Ratios spreads into MULTIPLE columns of heavy, light etc. Despite, log2Ratios remains NA, just like regular single-sample LFQ. The log2Ratios will be later calculated with calcLFQPepNums that are based on intensity values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.