Skip to content

Commit f5a1ca7

Browse files
committed
Fix some comments, from #115
1 parent 427a621 commit f5a1ca7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Imports:
8080
dplyr,
8181
ComplexHeatmap,
8282
circlize
83-
RoxygenNote: 7.3.2
83+
RoxygenNote: 7.3.3
8484
Roxygen: list(markdown = TRUE)
8585
URL: https://github.com/LieberInstitute/spatialLIBD
8686
BugReports: https://support.bioconductor.org/tag/spatialLIBD

R/registration_pseudobulk.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ registration_pseudobulk <-
131131
sce[["var_registration"]] <- make.names(sce[["var_registration"]])
132132
}
133133

134-
## Pseudo-bulk for our current BayesSpace cluster results
134+
## Pseudo-bulk across var_registration and var_sample_id
135135
message(Sys.time(), " make pseudobulk object")
136136
## I think this needs counts assay
137137
sce_pseudo <- scuttle::aggregateAcrossCells(
@@ -232,7 +232,7 @@ registration_pseudobulk <-
232232
imgData(sce_pseudo) <- NULL
233233
}
234234

235-
## if gene_anme and gene_id cols are available add gene_search to rowData
235+
## if gene_name and gene_id cols are available add gene_search to rowData
236236
if (all(c("gene_name", "gene_id") %in% colnames(rowData(sce_pseudo)))) {
237237
rowData(sce_pseudo)$gene_search <- paste0(
238238
rowData(sce_pseudo)$gene_name,

man/read10xVisiumWrapper.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)