add_spec_counts | R Documentation |
DO not aggregate from peptides to proteins. Missing values in peptide tables can inflate protein spectrum counts: median(c(1, NA)) -> 1 not 0.5.
add_spec_counts(
dat_dir,
df_num,
group_psm_by = "pep_seq_mod",
group_pep_by = "gene",
type = "protein"
)
dat_dir |
A working directory. |
df_num |
A data frame. |
group_psm_by |
Group PSM data by. |
group_pep_by |
Group peptide data by. |
type |
The type of data. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.