Skip to content

Commit

Permalink
Biocheck cleared
Browse files Browse the repository at this point in the history
  • Loading branch information
ellispatrick committed Sep 30, 2023
1 parent 3f062ed commit 2d65195
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 11 deletions.
11 changes: 6 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
Package: SpatialDatasets
Version: 0.99.0
Version: 0.99.1
Title: Collection of spatial omics datasets
Description: This is a collection of publically available spatial omics datasets.
Where possible we have curated these datasets as either SpatialExperiments,
MoleculeExperiments or CytoImageLists and included annotations of the sample
characteristics.
Authors@R: c(person("Farhan", "Ameen", email = "[email protected]",
role = c("aut", "cre")),
role = c("aut")),
person("Nick", "Robertson", email = "[email protected]",
role = c("aut")),
person("Alex", "Qin", email = "[email protected]",
role = c("aut")),
person("Shila", "Ghazanfar", email = "[email protected]",
person("Elijah", "Willie", email = "[email protected]",
role = c("aut")),
person("Ellis", "Patrick", email = "[email protected]",
role = c("aut")))
role = c("aut", "cre")))
URL: https://github.com/SydneyBioX/SpatialDatasets
BugReports: https://github.com/SydneyBioX/SpatialDatasets/issues
License: MIT + file LICENSE
License: GPL-3
Encoding: UTF-8
biocViews:
ExperimentData,
ExperimentHub,
Expand Down
7 changes: 4 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
importFrom(utils, read.csv)
importFrom(SpatialExperiment, SpatialExperiment)
importFrom(ExperimentHub, createHubAccessors)
# Generated by roxygen2: do not edit by hand

importFrom(ExperimentHub,createHubAccessors)
importFrom(utils,read.csv)
2 changes: 2 additions & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#' @importFrom utils read.csv
#' @importFrom ExperimentHub createHubAccessors
.onLoad <- function(libname, pkgname) {
fl <- system.file("extdata", "metadata.csv", package=pkgname)
titles <- read.csv(fl, stringsAsFactors=FALSE)$Title
Expand Down
2 changes: 1 addition & 1 deletion inst/extdata/metadata.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"BiocVersion","Genome","SourceVersion","Coordinate_1_based","DataProvider","Maintainer","DispatchClass","Title","Description","SourceUrl","Species","TaxonomyId","RDataPath","RDataClass","SourceType"
"3.17",NA,NA,NA,NA,"Ellis Patrick <[email protected]>","Rds","spe_Keren_2018","A study on triple negative breast cancer containing samples measured using MIBI-TOF","https://www.angelolab.com/mibi-data","Homo sapiens","9606","SpatialDatasets/spe_Keren_2018.rds","SpatialExperiment","TIFF"
"3.18",NA,NA,NA,NA,"Ellis Patrick <[email protected]>","Rds","spe_Keren_2018","A study on triple negative breast cancer containing samples measured using MIBI-TOF","https://www.angelolab.com/mibi-data","Homo sapiens","9606","SpatialDatasets/spe_Keren_2018.rds","SpatialExperiment","TIFF"
2 changes: 1 addition & 1 deletion inst/scripts/make-metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# metadata for all datasets

df_all <- data.frame(
BiocVersion = "3.17",
BiocVersion = "3.18",
Genome = NA,
SourceVersion = NA,
Coordinate_1_based = NA,
Expand Down
3 changes: 3 additions & 0 deletions man/SpatialDatasets.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ The \code{SpatialDatasets} package contains the following datasets:
containing 40 samples measured using MIBI-TOF published by [Keren et al. (2018)](https://doi.org/10.1016/j.cell.2018.08.039).
}
}
\value{
The datasets will be a SpatialExperiment or MoleculeExperiment.
}
\examples{
# load using dataset name
spe <- spe_Keren_2018()
Expand Down
2 changes: 1 addition & 1 deletion vignettes/SpatialDatasets_overview.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ remotes::install_github("SydneyBioX/SpatialDatasets", build_vignettes = TRUE)
The package contains the following datasets:

- `spe_Keren_2018`: A study on triple negative breast cancer
containing XXX samples measured using MIBI-TOF published by [Keren et al. (2018)](https://doi.org/10.1016/j.cell.2018.08.039).
containing 40 samples measured using MIBI-TOF published by [Keren et al. (2018)](https://doi.org/10.1016/j.cell.2018.08.039).

# Load data

Expand Down

0 comments on commit 2d65195

Please sign in to comment.