-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
21 changed files
with
298 additions
and
1,366 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,36 @@ | ||
Package: SpatialFeatures | ||
Title: Entropy-based subcellular and supercellular features for molecule-resolved spatial omics datasets | ||
Version: 0.0.4 | ||
Version: 0.0.5 | ||
Authors@R: c( | ||
person("Shila", "Ghazanfar", email = "[email protected]", role = c("aut", "cre", "ctb")), | ||
person("Shila", "Ghazanfar", email = "[email protected]", | ||
role = c("aut", "cre", "ctb"),comment = c(ORCID = "0000-0001-7861-6997")), | ||
person("Guan", "Gui", role = "ctb") | ||
) | ||
Description: This package uses molecule-level information to extract new cell-level features as an alternative to | ||
simply calculating gene counts. By using four categories, sub-sector, super-sector, super-sector and super-concentric | ||
segmentations of cells, SpatialFeatures then uses entropy as a metric to arrive at a cell-by-gene level feature. | ||
Description: This package uses molecule-level information to extract new | ||
cell-level features as an alternative to simply calculating gene counts. By | ||
using four categories, sub-sector, super-sector, super-sector and | ||
super-concentric segmentations of cells, SpatialFeatures then uses entropy | ||
as a metric to arrive at a cell-by-gene level feature. Overall, this means | ||
that we can extract more nuanced information from molecule-resolved spatial | ||
gene expression for further downstream analysis with SingleCellExperiment. | ||
License: GPL-2 | ||
Encoding: UTF-8 | ||
Roxygen: list(markdown = TRUE) | ||
RoxygenNote: 7.3.1 | ||
RoxygenNote: 7.3.2 | ||
Depends: R (>= 4.4.0), | ||
MoleculeExperiment, | ||
SummarizedExperiment, | ||
SingleCellExperiment, | ||
dplyr, | ||
purrr, | ||
parallel | ||
Imports: terra, RANN, methods | ||
Imports: | ||
terra, | ||
rlang | ||
Suggests: | ||
knitr, | ||
ggplot2, | ||
BiocStyle | ||
VignetteBuilder: knitr | ||
biocViews: Spatial | ||
biocViews: Spatial, GeneExpression | ||
URL: https://sydneybiox.github.io/SpatialFeatures/ | ||
BugReports: https://github.com/sydneybiox/SpatialFeatures/issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# SpatialFeatures v0.0.5 (2024-09-19) | ||
+ Submitted to Bioconductor. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 6 additions & 5 deletions
11
R/EntropySummarizedExperiment_utils.R → R/EntropySingleCellExperiment_utils.R
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.