find_species_centers2 | R Documentation |
Input matrix: columns, peptides; rows, samples.
find_species_centers2(
ymat,
are_refs = NULL,
are_smpls = NULL,
sps,
new_na_species = ".other",
na_species_by_pri = FALSE
)
ymat |
An intensity matrix. |
are_refs |
A logical vector indicating reference status. |
are_smpls |
A logical vector indicating reference status. |
sps |
The species values corresponding the column peptides. |
new_na_species |
A replace value for NA species. |
na_species_by_pri |
Logical; if TRUE, use the center of the primary species for NA species. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.