stripBarcode {scRepertoire} | R Documentation |
Removing any additional prefixes to the barcodes of filtered contigs.
stripBarcode(contigs, column = 1, connector = "_", num_connects = 3)
contigs |
The raw loaded filtered_contig_annotation.csv |
column |
The column in which the barcodes are listed |
connector |
The type of character in which is attaching the defualt barcode with any other characters |
num_connects |
The number of strings combined with the connectors |
list with the suffixes of the barcodes removed.
stripBarcode(contig_list[[1]], column = 1, connector = "_", num_connects = 1)