forked from drieslab/Giotto
-
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.
Merge branch 'drieslab:suite_dev' into suite_dev
- Loading branch information
Showing
355 changed files
with
35,287 additions
and
29,872 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ Title: Spatial Single-Cell Transcriptomics Toolbox | |
Version: 4.0.6 | ||
Authors@R: c( | ||
person("Ruben", "Dries", email = "[email protected]", | ||
role = c("aut", "cre")), | ||
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7650-7754")), | ||
person("Jiaji", "George Chen", email = "[email protected]", | ||
role = c("aut")), | ||
person("Joselyn C.", "Chávez-Fuentes", email = "[email protected]", | ||
|
@@ -19,9 +19,8 @@ Authors@R: c( | |
person("Natalie", "Del Rossi", email = "[email protected]", | ||
role = c("aut")) | ||
) | ||
Maintainer: Ruben Dries <[email protected]> | ||
Description: Toolbox to process, analyze and visualize spatial single-cell expression data. | ||
License: GPL (>= 3) | ||
License: MIT + file LICENSE | ||
Encoding: UTF-8 | ||
LazyData: true | ||
URL: https://drieslab.github.io/Giotto/, https://github.com/drieslab/Giotto | ||
|
@@ -32,7 +31,7 @@ Depends: | |
utils (>= 3.5.0), | ||
R (>= 3.5.0), | ||
methods, | ||
GiottoClass (>= 0.2.4) | ||
GiottoClass (>= 0.3.0) | ||
Imports: | ||
BiocParallel, | ||
BiocSingular, | ||
|
@@ -42,8 +41,8 @@ Imports: | |
dbscan (>= 1.1-3), | ||
ggplot2 (>= 3.1.1), | ||
ggrepel, | ||
GiottoUtils (>= 0.1.6), | ||
GiottoVisuals (>= 0.1.1), | ||
GiottoUtils (>= 0.1.7), | ||
GiottoVisuals (>= 0.2.0), | ||
igraph (>= 1.2.4.1), | ||
jsonlite, | ||
limma, | ||
|
@@ -127,10 +126,6 @@ Suggests: | |
trendsceek, | ||
testthat (>= 3.0.0), | ||
qs | ||
Remotes: | ||
drieslab/GiottoUtils, | ||
drieslab/GiottoClass, | ||
drieslab/GiottoVisuals | ||
Collate: | ||
'auxiliary_giotto.R' | ||
'cell_segmentation.R' | ||
|
@@ -164,6 +159,6 @@ Collate: | |
'variable_genes.R' | ||
'wnn.R' | ||
'zzz.R' | ||
biocViews: | ||
biocViews: Software, Technology, Spatial, SingleCell, Transcriptomics | ||
VignetteBuilder: knitr | ||
Config/testthat/edition: 3 |
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 @@ | ||
YEAR: 2024 | ||
COPYRIGHT HOLDER: Giotto authors |
Large diffs are not rendered by default.
Oops, something went wrong.
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.