-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.18 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
Package: plasmut
Type: Package
Title: Stratifying mutations observed in cell-free DNA and white blood cells as germline, hematopoietic, or somatic
Version: 0.99.7
Authors@R:
c(person(given = "Adith",
family = "Arun",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Robert",
family = "Scharpf",
role = "aut"))
Description: A Bayesian method for quantifying the liklihood that a given plasma mutation arises from clonal hematopoesis or the underlying tumor. It requires sequencing data of the mutation in plasma and white blood cells with the number of distinct and mutant reads in both tissues. We implement a Monte Carlo importance sampling method to assess the likelihood that a mutation arises from the tumor relative to non-tumor origin.
License: Artistic-2.0
Encoding: UTF-8
biocViews: Bayesian, SomaticMutation, GermlineMutation, Sequencing
RoxygenNote: 7.2.3
Imports:
tibble,
stats,
dplyr
Depends:
R (>= 4.3.0)
Suggests:
knitr,
rmarkdown,
tidyverse,
ggrepel,
magrittr,
qpdf,
BiocStyle,
biocViews,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3