Function used to generate a DEprot
object starting from counts and metadata.
load.counts(
counts,
metadata,
log.base = NA,
imputation = NA,
normalization.method = NA,
column.id = "column.id"
)
A data.frame or a matrix in which the rownames are the proteins and the columns the samples.
A data.frame containing at least one column called column.id
which corresponds to the colnames of counts
. Any other column can be added and will correspond to a "feature"of each sample.
Number indicating the base of the log used to transform the counts. If none transformation is applied, indicate the default value NA
.
A string indicating the imputation method used. If none, use the default value NA
.
String or list indicating the normalization method used. If none, use the default value NA
.
String indicating the name of the column to use as "column.id" from the metadata data.frame. This column must contain all the colnames of counts
.
A DEprot
object (S4 vector).