-
Notifications
You must be signed in to change notification settings - Fork 223
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a0a2c6
commit 6d9b8bd
Showing
17 changed files
with
31 additions
and
35 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 |
---|---|---|
|
@@ -39,3 +39,4 @@ unsrturl.bst | |
.settings | ||
.tm_properties | ||
.cloud | ||
.icloud |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,23 @@ | ||
CHANGES IN VERSION 2.2.0 | ||
------------------------- | ||
NEW FUNCTIONS | ||
o survGroup - Predict genes/genesets associated with survival. Issue: #396 | ||
o `survGroup`, `mafSurvGroup` - Predict genes/genesets associated with survival. Issue: #396 | ||
|
||
DEPRECATED | ||
o `oncotate` - Oncotator is no longer supported by Broad. Issue: #403 #384 #381 | ||
o `findPathways` argument in `somaticInteractions` function has been deprecated | ||
|
||
SIGNIFICANT USER-LEVEL IMPROVEMENT | ||
o Signature analysis has been modified to be more flexible. It now consits of three functions namely: | ||
o `estimateSignatures` - which measures cophenetic correlation metric (a measure of goodness of fit) for a range of values | ||
o `plotCophenetic` - which draws an elbow plot of cophenetic correlation metric from `estimateSignatures` and helps to decide an optimal number of signature `(n)`. | ||
o `extractSignatures` - which then extracts final `n` signatures | ||
o `compareSignatures` now has two databases of known signatures. Classic 30 signatures and newer 67 SBS signatures from COSMIC. | ||
o `findPathways` argument in `somaticInteractions` function has been deprecated | ||
|
||
BUG FIX | ||
o gisticChromPlot bug fix. Issue: #392 | ||
o annovarToMaf bug fix for results without exonic variants. Issue: #388 | ||
o Avoid conflict with plotly::layout with graphcis::layout. Issue: #387 | ||
o `gisticChromPlot` bug fix. Issue: #392 | ||
o `annovarToMaf` bug fix for results without exonic variants. Issue: #388 | ||
o Avoid conflict with `plotly::layout` with `graphcis::layout`. Issue: #387 #202 | ||
o Fix side-bar heights in Oncoplot with copy-number data. Issue: #383 | ||
o Update y-axis label for tcgaCompare plot. Issue: #366 | ||
o annovarToMaf annotating variants with MNPs. Issue: #335 | ||
o Update y-axis label for `tcgaCompare` plot. Issue: #366 | ||
o `annovarToMaf` annotating variants with MNPs. Issue: #335 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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