... | ... |
@@ -4,12 +4,16 @@ Title: Mutational Signature Estimation for Single Samples |
4 | 4 |
Version: 0.99.0 |
5 | 5 |
Author: Franziska Schumann <franziska.schumann@student.hpi.de> |
6 | 6 |
Maintainer: Franziska Schumann <franziska.schumann@student.hpi.de> |
7 |
-Description: More about what it does (maybe more than one line) |
|
8 |
- Use four spaces when indenting paragraphs within the Description. |
|
9 |
-License: GPL (>=2) |
|
7 |
+Description: Single sample estimation of exposure to mutational signatures. |
|
8 |
+ Exposures to known mutational signatures are estimated for single samples, |
|
9 |
+ based on quadratic programming algorithms. Bootstrapping the input |
|
10 |
+ mutational catalogues provides estimations on the stability of these |
|
11 |
+ exposures. The effect of the sequence composition of mutational context |
|
12 |
+ can be taken into account by normalising the catalogues. |
|
13 |
+License: BSD_3_clause + file LICENSE |
|
10 | 14 |
Encoding: UTF-8 |
11 | 15 |
Depends: |
12 |
- R (>= 3.4.4) |
|
16 |
+ R (>= 3.4) |
|
13 | 17 |
biocViews: |
14 | 18 |
Imports: |
15 | 19 |
quadprog (>= 1.5-5), |
... | ... |
@@ -25,11 +29,11 @@ Suggests: |
25 | 29 |
rtracklayer, |
26 | 30 |
SummarizedExperiment, |
27 | 31 |
knitr, |
28 |
- rmarkdown |
|
32 |
+ rmarkdown |
|
29 | 33 |
VignetteBuilder: knitr |
30 | 34 |
BiocViews: |
31 |
-BugReports: Link(s) to github (issues) |
|
32 |
-URL: probably github |
|
35 |
+BugReports: https://github.com/bihealth/SigsPack/issues |
|
36 |
+URL: https://github.com/bihealth/SigsPack |
|
33 | 37 |
Collate: |
34 | 38 |
bootstrap_mut_catalogues.R |
35 | 39 |
cosmicSigs.R |
... | ... |
@@ -43,4 +47,4 @@ Collate: |
43 | 47 |
summarize_exposures.R |
44 | 48 |
vcf2mut_cat.R |
45 | 49 |
RoxygenNote: 6.1.1 |
46 |
-LazyData: TRUE |
|
50 |
+LazyData: true |
... | ... |
@@ -35,7 +35,7 @@ BiocManager::install("SigsPack") |
35 | 35 |
Or install the development version of the package from Github |
36 | 36 |
|
37 | 37 |
```{r, eval = FALSE} |
38 |
-devtools::install_github(“fefschumann/SigsPack”) |
|
38 |
+devtools::install_github("fefschumann/SigsPack") |
|
39 | 39 |
``` |
40 | 40 |
|
41 | 41 |
And then load the package into your R session. |
... | ... |
@@ -146,4 +146,4 @@ if (require(BSgenome.Hsapiens.UCSC.hg19)){ |
146 | 146 |
## sessionInfo |
147 | 147 |
```{r} |
148 | 148 |
sessionInfo() |
149 |
-``` |
|
150 | 149 |
\ No newline at end of file |
150 |
+``` |