Skip to content
Merged
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
25 changes: 12 additions & 13 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,18 @@ Package: SingleCellMultiModal
Title: Integrating Multi-modal Single Cell Experiment datasets
Version: 1.23.0
Authors@R: c(
person("Marcel", "Ramos", , "marcel.ramos@sph.cuny.edu",
c("aut", "cre"), c(ORCID = "0000-0002-3242-0582")
),
person("Ricard", "Argelaguet", , "ricard@ebi.ac.uk", "aut"),
person("Al", "Abadi", , , "ctb"),
person("Dario", "Righelli", , "dario.righelli@gmail.com", "aut"),
person("Christophe", "Vanderaa", ,
"christophe.vanderaa@uclouvain.be", "ctb"),
person("Kelly", "Eckenrode", , "kelly.eckenrode@sph.cuny.edu", "aut"),
person("Ludwig", "Geistlinger", ,
"ludwig_geistlinger@hms.harvard.edu", "aut"),
person("Levi", "Waldron", , "lwaldron.research@gmail.com", "aut")
)
person("Marcel", "Ramos", , "marcel.ramos@sph.cuny.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3242-0582")),
person("Ricard", "Argelaguet", , "ricard@ebi.ac.uk", role = "aut"),
person("Al", "Abadi", role = "ctb"),
person("Dario", "Righelli", , "dario.righelli@gmail.com", role = "aut"),
person("Christophe", "Vanderaa", , "christophe.vanderaa@uclouvain.be", role = "ctb"),
person("Kelly", "Eckenrode", , "kelly.eckenrode@sph.cuny.edu", role = "aut"),
person("Ludwig", "Geistlinger", , "ludwig_geistlinger@hms.harvard.edu", role = "aut"),
person("Levi", "Waldron", , "lwaldron.research@gmail.com", role = "aut"),
person("NCI", role = "fnd",
comment = c(GrantNo. = "U24CA289073"))
)
Description: SingleCellMultiModal is an ExperimentHub package
that serves multiple datasets obtained from GEO and other sources and
represents them as MultiAssayExperiment objects. We provide several
Expand Down
Loading