prepDM | R Documentation |
prepDM
prepares a minimal adequate data frame for subsequent analysis.
prepDM(
df = NULL,
id = "pep_seq",
scale_log2r = TRUE,
sub_grp = NULL,
type = "ratio",
anal_type = NULL,
rm_allna = FALSE
)
df |
The name of a primary data file. By default, it will be determined
automatically after matching the types of data and analysis with an
|
id |
Character string; one of |
scale_log2r |
Logical; if TRUE, adjusts |
sub_grp |
Numeric. A list of sample IDs that will be used in subsequent analysis. |
type |
The type of data, for example ratio or intensity. |
anal_type |
Character string; the type of analysis that are preset for
method dispatch in function factories. The value will be determined
automatically. Exemplary values include |
rm_allna |
Logical; if TRUE, removes data rows that are exclusively NA
across ratio columns of |
A data frame tailored for subsequent analysis.
tempData <- prepDM(df, entrez, scale_log2r, label_scheme_sub$Sample_ID)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.