powered by
Change barcode suffix delimiter from list of data.frames/matrices or single data.frame/matrix
Change_Delim_Suffix(data, current_delim, new_delim)
matrix or data.frame with new column names.
Either matrix/data.frame or list of matrices/data.frames with the cell barcodes in the column names.
a single value of current delimiter.
a single value of new delimiter desired.
if (FALSE) { dge_matrix <- Change_Delim_Suffix(data = dge_matrix, current_delim = ".", new_delim = "-") }
Run the code above in your browser using DataLab