countSpecs | R Documentation |
Spectrum counts at peptide levels
countSpecs(
dat_dir = NULL,
label_scheme_full = NULL,
type = "PSM",
filelist = NULL,
basenames = NULL,
set_idxes = 1L,
injn_idxes = 1L,
group_psm_by = "pep_seq_mod",
group_pep_by = "prot_acc",
pep_col = "pep_n_specs",
prot_col = "prot_n_specs"
)
dat_dir |
The working directory. |
label_scheme_full |
The full label scheme. |
type |
The data type. |
filelist |
A list of file names of TMTset1_LCMSinj1_Peptide_N.txt etc with prepending path. |
basenames |
The base names of file names in |
set_idxes |
The indexes of |
injn_idxes |
The indexes of |
group_psm_by |
A character string specifying the method in PSM grouping.
At the |
group_pep_by |
A character string specifying the method in peptide
grouping. At the |
pep_col |
The output column name for peptide summary statistics. |
prot_col |
The output column name for protein summary statistics. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.