forked from powellgenomicslab/DropletQC
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
58 lines (58 loc) · 1.91 KB
/
DESCRIPTION
File metadata and controls
58 lines (58 loc) · 1.91 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
58
Package: DropletQC
Title: Calculate Nuclear Fraction Score
Version: 0.0.0.9000
Authors@R:
person(given = "Walter",
family = "Muskovic",
role = c("aut", "cre"),
email = "w.muskovic@gmail.com")
BugReports: https://powellgenomicslab.github.io/DropletQC/issues
Description: This simple R package can be used to calculate a useful QC metric
for single cell RNA-seq datasets generated with the 10x Genomics Chromium
Single Cell Gene Expression platform: the nuclear fraction score. This score
captures, for each input cell barcode, the fraction of RNA that likely
originated from unspliced (nuclear) pre-mRNA. Sheared cell membranes from
damaged cells in the input cell suspension primarily release cytoplasmic RNA
into solution, while the nuclear envelope remains intact. As a result, RNA
released from stressed or damaged cells consists mostly of mature
cytoplasmic mRNA and is relatively depleted of unspliced nuclear precursor
mRNA. This fact can be useful in identifying both; droplets containing only
ambient RNA, characterised by a low nuclear fraction score, and damaged
cells, which can be identified by a high score. The QC metric is calculated
by parsing the input barcoded BAM file for CB and RE flags added by 10x
Genomics' Cell Ranger software.
Maintainer: Walter Muskovic <w.muskovic@gmail.com>
License: MIT + file LICENSE
URL: https://powellgenomicslab.github.io/DropletQC/
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
biocViews:
Imports:
Rsamtools,
stats,
future,
furrr,
utils,
GenomicRanges,
ggplot2,
dplyr,
BiocGenerics,
S4Vectors,
GenomicAlignments,
GenomicFeatures,
rtracklayer,
GenomeInfoDb,
ks,
ggpubr,
mclust,
stringr,
patchwork
Suggests:
knitr,
rmarkdown,
markdown
VignetteBuilder: knitr
Depends:
R (>= 2.10)