forked from mskcc/facets-suite
-
Notifications
You must be signed in to change notification settings - Fork 2
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 #2 from taylor-lab/feature/facets2N
Feature/facets2 n
- Loading branch information
Showing
11 changed files
with
161 additions
and
68 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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
Package: facetsSuite | ||
Type: Package | ||
Title: Functions to run and parse output from FACETS | ||
Version: 1.0.1 | ||
Version: 2.0.5 | ||
Authors@R: person(given = "Philip", | ||
family = "Jonsson", | ||
role = c("aut", "cre"), | ||
email = "[email protected]") | ||
URL: https://github.com/mskcc/facetsSuite | ||
URL: https://github.com/mskcc/facets-suite | ||
Description: This package provides functions that wrap the FACETS package for allele-specific copy-number analysis as well as functions to perform post-hoc analyses thereof. | ||
License: MIT + file LICENSE | ||
RoxygenNote: 7.0.2 | ||
LazyData: true | ||
Encoding: UTF-8 | ||
Depends: | ||
R (>= 3.4.0), pctGCdata (>= 0.2.0) | ||
R (>= 3.4.0), pctGCdata (>= 0.3.0) | ||
Imports: | ||
data.table (>= 1.11.8), | ||
dplyr (>= 0.8.3), | ||
|
@@ -25,9 +25,11 @@ Imports: | |
egg (>= 0.4.2), | ||
scales (>= 1.0.0), | ||
argparse (>= 1.1.1), | ||
tibble (>= 2.1.3) | ||
tibble (>= 2.1.3), | ||
facets (>= 0.5.6), | ||
facets2n (>= 0.2.6) | ||
NeedsCompilation: no | ||
Packaged: 2020-02-05 12:05:36 UTC; rptashkin | ||
Packaged: 2020-04-29 20:11:41 UTC; rptashkin | ||
Suggests: | ||
covr (>= 3.2.0), | ||
testthat (>= 2.1.0) |
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
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
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
Oops, something went wrong.