-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
49 lines (49 loc) · 1.66 KB
/
DESCRIPTION
File metadata and controls
49 lines (49 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: reglScatterplotR
Type: Package
Title: Interactive WebGL Scatterplots for Biological Data Exploration
Version: 0.99.0
Date: 2026-05-25
Authors@R:
person(given = "George", family = "Muñoz",
email = "george.munoz@unmsm.edu.pe",
role = c("aut", "cre"),
comment = c(ORCID = "0009-0007-3765-9967"))
Description: Lightweight 'htmlwidgets' interface to the JavaScript
'regl-scatterplot' library, rendering millions of two-dimensional points
in the browser via WebGL. Designed for exploratory visualisation of
single-cell, spatial transcriptomics and other high-dimensional
biological data. Features include synchronised pan/zoom across multiple
plots, categorical and continuous colour mapping, lasso selection, range
and category filtering, PNG/SVG/PDF export, and Shiny integration. The
widget works in the 'RStudio' Viewer, standalone HTML files, Shiny
applications and Jupyter notebooks running the 'IRkernel'.
License: MIT + file LICENSE
URL: https://github.com/george123ya/reglScatterplotR
BugReports: https://github.com/george123ya/reglScatterplotR/issues
Encoding: UTF-8
biocViews: Software, Visualization, SingleCell, Spatial, GeneExpression,
Transcriptomics, DimensionReduction, ShinyApps
Depends:
R (>= 4.6.0)
Imports:
htmlwidgets,
base64enc,
jsonlite,
viridisLite,
RColorBrewer,
grDevices,
stats,
shiny
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown,
markdown,
BiocStyle,
SingleCellExperiment,
SpatialExperiment,
SummarizedExperiment
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/roxygen2/version: 8.0.0