-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
alters data frame sorting code for R 4.x compatibility - thanks to Ax…
…el Künstner
- Loading branch information
1 parent
50031ed
commit 795d2da
Showing
2 changed files
with
7 additions
and
4 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,11 +1,11 @@ | ||
Package: sciClone | ||
Title: Detect subclones from genomic sequence data | ||
Version: 1.1.0 | ||
Version: 1.1.1 | ||
Author: Chris Miller, Brian White, Nathan Dees | ||
Description: Identifies clonal entities from sequenced populations of cells, using read count information. | ||
Maintainer: Chris Miller <[email protected]> | ||
LazyLoad: yes | ||
License: Apache License 2.0 | file LICENSE | ||
Depends: IRanges, bmm, rgl, RColorBrewer, ggplot2, grid, plotrix, | ||
methods, NORMT3, MKmisc, TeachingDemos | ||
Packaged: 2016-03-20 11:07:15 PM; cmiller | ||
methods, NORMT3, MKmisc, TeachingDemos, dplyr | ||
Packaged: 2023-10-11 05:03:14 PM; cmiller |
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