Change_Delim_All | R Documentation |
Change all instances of delimiter in cell names from list of data.frames/matrices or single data.frame/matrix
Change_Delim_All(data, current_delim, new_delim)
data |
Either matrix/data.frame or list of matrices/data.frames with the cell barcodes in the column names. |
current_delim |
a single value of current delimiter. |
new_delim |
a single value of new delimiter desired. |
matrix or data.frame with new column names.
## Not run:
dge_matrix <- Change_Delim_All(data = dge_matrix, current_delim = ".", new_delim = "-")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.