-
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
1 parent
3f062ed
commit 2d65195
Showing
7 changed files
with
18 additions
and
11 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,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, | ||
|
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,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) |
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 |
---|---|---|
@@ -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" |
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