prefix in front of CellNames wnen loading separate fragment files #1029
-
Hi all, I was wondering whether there's a way to disable prefixes in front of cell names? For instance, when using: inputFiles <- (getInputFiles("E:\Kimlabdata\Fragments")) The cell names in samples I've loaded would look something like control#TGTGATCAGGCTAATC-1 or treated#TGTGATCAGGCTAATC-1. Is there a way to disable these prefixes "control#" "treated#"? I've tried using: but then I get the error: cellNames is a protected column in cellColData. Please do not try to overwrite this column! I'm trying to filter out cells using a barcode-containing csv file, and am having a roadblock since the cell names in the csv file doesn't match that in the archRproject due to said prefix. Any help is appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
No - you cannot change cellNames as the error suggests. What about adding a new column to cellColData containing just the barcode info you want? |
Beta Was this translation helpful? Give feedback.
No - you cannot change cellNames as the error suggests. What about adding a new column to cellColData containing just the barcode info you want?