forked from BaderLab/MALAT1_threshold
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
19 lines (19 loc) · 842 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Package: MALAT1
Title: MALAT1 Expression Thresholding for Single-Cell RNA-Seq Data
Version: 0.0.0.9000
Authors@R:
person("Zoe A.", "Clarke", email = "zoe.clarke@example.com", role = c("aut"),
comment = c(ORCID = "0000-0003-0336-8049"))
person("Gary D.", "Bader", email = "gary.bader@example.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0185-8861"))
Description: Provides a function, define_malat1_threshold(), which calculates
a minimum threshold value for MALAT1 expression. Given a vector of normalized
MALAT1 expression values, this function identifies an optimal threshold to aid
in filtering empty droplets in single-cell RNA sequencing (scRNA-seq) data.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
graphics,
stats