-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
57 lines (57 loc) · 1.52 KB
/
DESCRIPTION
File metadata and controls
57 lines (57 loc) · 1.52 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
50
51
52
53
54
55
56
57
Package: scrapper
Version: 1.5.19
Date: 2026-04-24
Authors@R: person("Aaron", "Lun", role=c("cre", "aut"), email="infinite.monkeys.with.keyboards@gmail.com")
Title: Bindings to C++ Libraries for Single-Cell Analysis
Description:
Implements R bindings to C++ code for analyzing single-cell (expression) data, mostly from various libscran libraries.
Each function performs an individual step in the single-cell analysis workflow, ranging from quality control to clustering and marker detection.
Additional wrappers are provided for easy construction of end-to-end workflows involving Bioconductor objects like SingleCellExperiments.
License: MIT + file LICENSE
Imports:
methods,
Rcpp,
beachmat (>= 2.25.1),
S4Vectors,
SparseArray,
DelayedArray,
BiocNeighbors (>= 1.99.0),
parallel
Suggests:
testthat,
knitr,
rmarkdown,
BiocStyle,
Matrix,
IRanges,
SummarizedExperiment,
SingleCellExperiment,
scRNAseq,
org.Mm.eg.db,
scater,
igraph
LinkingTo:
Rcpp,
assorthead (>= 1.5.16),
beachmat,
BiocNeighbors,
Rigraphlib
biocViews:
Normalization,
RNASeq,
Software,
GeneExpression,
Transcriptomics,
SingleCell,
BatchEffect,
QualityControl,
DifferentialExpression,
FeatureExtraction,
PrincipalComponent,
Clustering
SystemRequirements: C++17, GNU make
URL: https://github.com/libscran/scrapper
BugReports: https://github.com/libscran/scrapper/issues
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.3