-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
56 lines (56 loc) · 1.77 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: TREG
Title: Tools for finding Total RNA Expression Genes in single nucleus RNA-seq
data
Version: 1.9.0
Date: 2023-06-16
Authors@R:
c(person(given = "Louise",
family = "Huuki-Myers",
role = c("aut", "cre"),
email = "lahuuki@gmail.com",
comment = c(ORCID = "0000-0001-5148-3602")),
person("Leonardo", "Collado-Torres", role = c("ctb"),
email = "lcolladotor@gmail.com", comment = c(ORCID = "0000-0003-2140-308X"))
)
Description: RNA abundance and cell size parameters could improve RNA-seq
deconvolution algorithms to more accurately estimate cell type proportions
given the different cell type transcription activity levels. A Total RNA
Expression Gene (TREG) can facilitate estimating total RNA content using
single molecule fluorescent in situ hybridization (smFISH). We developed a
data-driven approach using a measure of expression invariance to find
candidate TREGs in postmortem human brain single nucleus RNA-seq. This R
package implements the method for identifying candidate TREGs from
snRNA-seq data.
License: Artistic-2.0
URL: https://github.com/LieberInstitute/TREG,
http://research.libd.org/TREG/
BugReports: https://support.bioconductor.org/t/TREG
biocViews: Software, SingleCell, RNASeq, GeneExpression, Transcriptomics,
Transcription, Sequencing
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 4.2),
SummarizedExperiment
Suggests:
BiocFileCache,
BiocStyle,
dplyr,
ggplot2,
knitr,
pheatmap,
sessioninfo,
RefManageR,
rmarkdown,
testthat (>= 3.0.0),
tibble,
tidyr,
SingleCellExperiment
Config/testthat/edition: 3
Imports:
Matrix,
purrr,
rafalib
VignetteBuilder: knitr