View source: R/krsa_group_diff.R
krsa_group_diff | R Documentation |
This function takes in the modeled pw data, groups, peptides, and an option to perform the calculation per chip (byChip)
krsa_group_diff(
data,
groups,
peps,
samples = NULL,
byChip = T,
Barcodes = NULL
)
data |
modeled pw data |
groups |
a vector. format: (case, control) |
peps |
peptide list |
samples |
sample names |
byChip |
T or F, to calculate per chip |
Barcodes |
(optional) Barcodes vector |
LFC krsa table
Other core functions:
krsa()
,
krsa_quick_filter()
,
krsa_read()
,
krsa_scaleModel()
TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.