-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.17 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
49
50
51
52
53
54
55
56
Package: Rdiscvr
Type: Package
Title: A Package that provides helper functions to query data in LabKey/DISCVR modules
Version: 1.0.0
Author: Bimber Lab
Maintainer: The package maintainer <bimber@ohsu.edu>
Description: The goal of this package is to provide helper functions to aid in querying/accessing data stored in LabKey/DISCVR modules.
License: GPL-3
Encoding: UTF-8
Depends:
R (>= 4.3.0)
Imports:
Seurat,
dplyr,
naturalsort,
Rlabkey,
cellhashR,
CellMembrane,
Biostrings,
Matrix,
cFIT,
tidyr,
methods,
RIRA,
htmltools,
ggplot2,
magrittr,
egg,
ggplot2,
ggpattern,
forcats,
scales,
RColorBrewer,
grDevices
Suggests:
devtools,
testthat (>= 2.1.0)
Remotes:
bimberlab/cellhashR,
bimberlabinternal/CellMembrane,
bimberlab/RIRA,
pengminshi/cFIT
RoxygenNote: 7.3.2
URL: https://github.com/BimberLabInternal/Rdiscvr
BugReports: https://github.com/BimberLabInternal/Rdiscvr/issues
Collate:
'Utils.R'
'LabKeySettings.R'
'TCR.R'
'BarcodeComparison.R'
'CellHashing.R'
'NimbleAPI.R'
'NimbleAppend.R'
'PlotFunctions.R'
'SingleCell.R'
'Studies.R'