Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finalise gating #38

Merged
merged 10 commits into from
Jul 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 3 additions & 10 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: tidySpatialExperiment
Title: SpatialExperiment with tidy principles
Version: 1.1.3
Version: 1.1.4
Authors@R: c(
person("William", "Hutchison", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0009-0001-6242-4269")),
Expand Down Expand Up @@ -41,32 +41,25 @@ Imports:
fansi,
lifecycle,
magick,
tidygate (>= 0.5.4),
tidygate (>= 1.0.13),
shiny
Suggests:
BiocStyle,
testthat,
knitr,
markdown,
SingleCellSignalR,
SingleR,
scater,
scran,
igraph,
GGally,
celldex,
dittoSeq,
cowplot,
DropletUtils,
tidySummarizedExperiment
VignetteBuilder:
knitr
Remotes:
william-hutchison/tidygate@0c6f618fd6390b28d4a7d5b5a6177727083ed9c2
Biarch: true
biocViews: Infrastructure, RNASeq, GeneExpression, Sequencing, Spatial, Transcriptomics, SingleCell
Encoding: UTF-8
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
URL: https://github.com/william-hutchison/tidySpatialExperiment, https://william-hutchison.github.io/tidySpatialExperiment/
BugReports: https://github.com/william-hutchison/tidySpatialExperiment/issues
LazyData: true
6 changes: 3 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ S3method(unite,SpatialExperiment)
S3method(unnest,tidySpatialExperiment_nested)
export(aggregate_cells)
export(ellipse)
export(gate_interactive)
export(gate_programmatic)
export(gate)
export(rectangle)
export(unnest_single_cell_experiment)
import(tidySingleCellExperiment)
Expand Down Expand Up @@ -62,6 +61,7 @@ importFrom(ggplot2,aes)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(magick,image_info)
importFrom(magick,image_read)
importFrom(methods,callNextMethod)
Expand Down Expand Up @@ -102,7 +102,7 @@ importFrom(tibble,as_tibble)
importFrom(tibble,enframe)
importFrom(tibble,rowid_to_column)
importFrom(tibble,tibble)
importFrom(tidygate,gate_programmatic)
importFrom(tidygate,gate)
importFrom(tidygate,server)
importFrom(tidygate,ui)
importFrom(tidyr,extract)
Expand Down
9 changes: 9 additions & 0 deletions R/data.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#' Demo brush data
#'
#' @keywords data
"demo_brush_data"

#' Demo select data
#'
#' @keywords data
"demo_select_data"
Loading
Loading