extract_row_col_vars_visiumHD | R Documentation |
This function extracts row and column information from VisiumHD barcodes in a provided dataframe.
extract_row_col_vars_visiumHD(
coords_df,
name_bcs = "barcodes",
name_row = "row",
name_col = "col"
)
coords_df |
A dataframe containing VisiumHD barcodes. |
name_bcs |
The column name where the barcodes are stored (default is "barcodes"). |
name_row |
The name to assign to the row variable (default is "row"). |
name_col |
The name to assign to the column variable (default is "col"). |
A dataframe with added row and column information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.