Append new columns to colData
of a SingleCellExperiment
object.
Examples
if (FALSE) { # \dontrun{
df <- data.frame(example = rownames(colnames))
sce <- sce_add_colData(sce, df = df)
} # }
Append new columns to colData
of a SingleCellExperiment
object.
if (FALSE) { # \dontrun{
df <- data.frame(example = rownames(colnames))
sce <- sce_add_colData(sce, df = df)
} # }