transferColDataToAssay {scp} | R Documentation |
colData
to an AssayThe function transfers the colData
from a QFeatures
object to
one of the assays it contains. The transfered data is bound to the
existing colData
of the target assay.
transferColDataToAssay(obj, i)
obj |
A |
i |
A |
A QFeatures
object
data("scp1") colData(scp1[["peptides"]]) scp1 <- transferColDataToAssay(scp1, i = "peptides") colData(scp1[["peptides"]])