Entering edit mode
19 months ago
bioinformatics.girl
▴
20
Quick question which is taking me forever. Anyone have suggestions on how to remove the string following "FLOX_AO1" on the "SAMPLES" column? Yes, I've looked at resources but no solutions as of yet.
object$SAMPLES <- sub("FLOX_AO1_","",object$SAMPLES)
. I personally prefer to act directly on the metadataobject@meta.data$SAMPLES <- ...