-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
48 lines (48 loc) · 1.26 KB
/
DESCRIPTION
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
Package: scrapper
Version: 1.1.11
Date: 2025-01-03
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.
It is mostly intended for other Bioconductor package developers to build more user-friendly end-to-end workflows.
License: MIT + file LICENSE
Imports:
methods,
Rcpp,
beachmat (>= 2.21.6),
DelayedArray,
BiocNeighbors (>= 1.99.0),
igraph,
parallel
Suggests:
testthat,
knitr,
rmarkdown,
BiocStyle,
MatrixGenerics,
sparseMatrixStats,
Matrix,
scRNAseq
LinkingTo:
Rcpp,
assorthead,
beachmat,
BiocNeighbors
biocViews:
Normalization,
RNASeq,
Software,
GeneExpression,
Transcriptomics,
SingleCell,
BatchEffect,
QualityControl,
DifferentialExpression,
FeatureExtraction,
PrincipalComponent,
Clustering
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.2