-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from danro9685/development
A better use of the NMF Package
- Loading branch information
Showing
8 changed files
with
47 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
^README.md$ | ||
^LICENSE.md$ | ||
^.gitignore$ | ||
^.travis.yml$ | ||
^.git/.*$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Package: SparseSignatures | ||
Version: 1.0.2 | ||
Date: 2018-07-18 | ||
Version: 1.1.4 | ||
Date: 2018-09-21 | ||
Title: SparseSignatures | ||
Authors@R: c(person("Daniele", "Ramazzotti", role=c("cre","aut"),email="[email protected]"), | ||
person("Avantika", "Lal", role=c("aut")), | ||
|
@@ -11,8 +11,8 @@ Authors@R: c(person("Daniele", "Ramazzotti", role=c("cre","aut"),email="daniele. | |
Maintainer: Luca De Sano <[email protected]> | ||
Depends: | ||
R (>= 3.5), | ||
NMF | ||
Imports: | ||
NMF, | ||
nnlasso, | ||
nnls, | ||
parallel, | ||
|
@@ -31,7 +31,7 @@ Suggests: | |
testthat, | ||
knitr, | ||
Name: | ||
An R package for the extraction sparse mutational signatures from whole genome sequencing data | ||
An R package for the extraction of sparse mutational signatures from whole genome sequencing data | ||
Description: | ||
Point mutations occurring in a genome can be divided into 96 categories based on the base being mutated, the base it is mutated into and its two flanking bases. Therefore, for any patient, it is possible to represent all the point mutations occurring in that patient’s tumor as a vector of length 96, where each element represents the count of mutations for a given category in the patient. A mutational signature represents the pattern of mutations produced by a mutagen or mutagenic process inside the cell. Each signature can also be represented by a vector of length 96, where each element represents the probability that this particular mutagenic process generates a mutation of the 96 above mentioned categories. In this R package, we provide a set of functions to extract and visualize the mutational signatures that best explain the mutation counts of a large number of patients. | ||
Encoding: UTF-8 | ||
|
@@ -41,5 +41,5 @@ URL: https://github.com/danro9685/SparseSignatures | |
BugReports: https://github.com/danro9685/SparseSignatures | ||
biocViews: BiomedicalInformatics, | ||
SomaticMutation | ||
RoxygenNote: 6.0.1 | ||
RoxygenNote: 6.1.0 | ||
VignetteBuilder: knitr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.