Skip to content

Commit

Permalink
Merge pull request #82 from vitessce/keller-mark/refactoring
Browse files Browse the repository at this point in the history
Refactor into two packages
  • Loading branch information
keller-mark authored Oct 2, 2023
2 parents 371e9c9 + e258983 commit 3177e17
Show file tree
Hide file tree
Showing 89 changed files with 2,167 additions and 3,424 deletions.
1 change: 0 additions & 1 deletion .BBSoptions

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ data/
check/
vignettes/data/
*.Rproj
.RData
.RData
my_vitessce_files/
25 changes: 8 additions & 17 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,10 @@ Authors@R: c(
Description:
R API and htmlwidget facilitating interactive visualization
of spatial single-cell data with Vitessce. The R API contains
classes and functions for loading single-cell data stored as
SingleCellExperiment, SpatialExperiment, and Seurat objects.
The htmlwidget is a wrapper around the Vitessce JavaScript
library and can be used in the Viewer tab of RStudio or Shiny
apps.
classes and functions for loading single-cell data stored in
compatible on-disk formats. The htmlwidget is a wrapper around
the Vitessce JavaScript library and can be used in the Viewer tab
of RStudio or Shiny apps.
biocViews: SingleCell, Spatial, Visualization, ShinyApps
License: MIT + file LICENSE
BugReports: https://github.com/vitessce/vitessceR/issues
Expand All @@ -37,21 +36,16 @@ Imports:
jsonlite,
R6,
plumber,
mime,
future,
httpuv,
stringr,
reticulate,
varhandle,
stringi,
tools,
stats,
methods,
S4Vectors,
grDevices,
basilisk,
zellkonverter,
SummarizedExperiment,
SingleCellExperiment,
SpatialExperiment
grDevices
Suggests:
testthat,
knitr,
Expand All @@ -60,7 +54,4 @@ Suggests:
pkgdown,
rmarkdown,
purrr,
rjson,
Seurat,
SeuratDisk,
Giotto
rjson
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
YEAR: 2020
COPYRIGHT HOLDER: Gehlenborg Lab
COPYRIGHT HOLDER: HIDIVE Lab
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright (c) 2020 Gehlenborg Lab
Copyright (c) 2020 HIDIVE Lab

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
28 changes: 2 additions & 26 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,44 +1,20 @@
# Generated by roxygen2: do not edit by hand

export(AbstractWrapper)
export(AnnDataWrapper)
export(Component)
export(CoordinationType)
export(CsvWrapper)
export(DataType)
export(FileType)
export(GiottoWrapper)
export(MultiImageWrapper)
export(OmeTiffWrapper)
export(SCEWrapper)
export(SPEWrapper)
export(SeuratWrapper)
export(VitessceConfig)
export(get_giotto_obj)
export(get_sce_obj)
export(get_seurat_obj)
export(get_spe_obj)
export(giotto_to_anndata_zarr)
export(hconcat)
export(obj_list)
export(render_vitessce)
export(sce_to_anndata_zarr)
export(seurat_to_anndata_zarr)
export(spe_to_anndata_zarr)
export(spe_to_ome_zarr)
export(vconcat)
export(vitessce_output)
export(vitessce_widget)
import(R6)
import(plumber)
importFrom(SingleCellExperiment,"reducedDims<-")
importFrom(SingleCellExperiment,int_colData)
importFrom(SingleCellExperiment,reducedDims)
importFrom(SpatialExperiment,"colData<-")
importFrom(SpatialExperiment,getImg)
importFrom(SummarizedExperiment,colData)
importFrom(grDevices,as.raster)
importFrom(grDevices,col2rgb)
importFrom(methods,new)
importFrom(methods,slot)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)
28 changes: 0 additions & 28 deletions R/basilisk.R

This file was deleted.

Loading

0 comments on commit 3177e17

Please sign in to comment.