Skip to content

Commit

Permalink
More fixes in response to GHA failures
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Jul 19, 2024
1 parent ad59387 commit bd02bcc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions R/add_array_coords.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
#'
#' # Many columns related to spatial coordinates were added
#' added_cols_regex = "^(array|pxl)_(row|col)(_in_fullres)?_(transformed|original|rounded)$"
#' colnames(SpatialExperiment::colData(spe_new))[
#' grep(added_cols_regex, colnames(SpatialExperiment::colData(spe_new)))
#' colnames(SummarizedExperiment::colData(spe_new))[
#' grep(added_cols_regex, colnames(SummarizedExperiment::colData(spe_new)))
#' ]
#'
#' # array_row' and 'array_col' were overwritten with their transformed
Expand Down
2 changes: 1 addition & 1 deletion R/add_overlap_info.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#'
#' # Find the mean of the 'sum_umi' metric by capture area to understand
#' # which capture areas will be excluded in regions of overlap
#' SpatialExperiment::colData(spe) |>
#' SummarizedExperiment::colData(spe) |>
#' dplyr::as_tibble() |>
#' dplyr::group_by(capture_area) |>
#' dplyr::summarize(mean_sum_umi = mean(sum_umi))
Expand Down
4 changes: 2 additions & 2 deletions man/add_array_coords.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/add_overlap_info.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bd02bcc

Please sign in to comment.