View source: R/parse_expressionset.R
import_expressionset | R Documentation |
provided mostly for compatability with results from prior bioinformatic analyses, as it is preferred to import raw data files.
import_expressionset(
eset,
column_fdata_protein_id = "prot.id",
column_pdata_sample_group = "condition",
acquisition_mode = "dda",
is_log2 = FALSE
)
eset |
a Biobase ExpressionSet containing peptide data |
column_fdata_protein_id |
the column name in Biobase::fData() that holds the protein_id |
column_pdata_sample_group |
the column name in Biobase::pData() that holds the sample group/condition |
acquisition_mode |
the type of label-free data. options: 'dda' or 'dia' |
is_log2 |
logical indicating whether the provided intensities are already log2 transformed |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.