-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added transcript and genomic position info to clusters output
- Loading branch information
Showing
6 changed files
with
82 additions
and
29 deletions.
There are no files selected for viewing
36 changes: 18 additions & 18 deletions
36
Demo/Expected/demo.maf.3D_Proximity.pairwise.complex.collapsed.0.0.05.10.clusters
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,18 +1,18 @@ | ||
Cluster Gene/Drug Mutation/Gene Degree_Connectivity Closeness_Centrality Geodesic_From_Centroid Recurrence | ||
1.1 SMAD4 p.R361S 1 17.18811319794 0 1 | ||
1.1 SMAD4 p.R361H 1 17.18811319794 0 10 | ||
1.1 SMAD3 p.Q405L 2 0.263658841817618 9.042 1 | ||
1.1 SMAD4 p.R361P 1 17.18811319794 0 1 | ||
1.1 SMAD2 p.D450N 6 3.16150864161809 2.561 1 | ||
1.1 SMAD4 p.D355G 2 0.525640839784387 5.899 1 | ||
1.1 SMAD4 p.R361C 1 17.18811319794 0 5 | ||
1.1 SMAD4 p.RFCLG361in_frame_del 1 17.18811319794 0 1 | ||
0 SMAD2 p.R321Q 1 1.16132031130647 0 2 | ||
0 SMAD4 p.D493N 1 0.322640622612945 2.632 1 | ||
2 SMAD2 p.D304G 4 0.436816059849492 3.360 1 | ||
2 SMAD3 p.R268C 4 2.66236905595016 2.629 1 | ||
2 SMAD4 p.D537G 3 3.58236392191537 0 1 | ||
2 SMAD4 p.D537E 3 3.58236392191537 0 1 | ||
2 SMAD3 p.R268H 4 2.66236905595016 2.629 2 | ||
2 SMAD4 p.D537Y 3 3.58236392191537 0 1 | ||
2 SMAD4 p.D537V 3 3.58236392191537 0 1 | ||
Cluster Gene/Drug Mutation/Gene Degree_Connectivity Closeness_Centrality Geodesic_From_Centroid Recurrence Chromosome Start Stop Transcript Alternative_Transcripts | ||
1.1 SMAD4 p.R361S 1 17.18811319794 0 1 18 48591918 48591918 ENST00000342988|ENST00000398417 NA | ||
1.1 SMAD4 p.R361P 1 17.18811319794 0 1 18 48591919 48591919 ENST00000342988|ENST00000398417 NA | ||
1.1 SMAD4 p.R361H 1 17.18811319794 0 10 18 48591919 48591919 ENST00000342988|ENST00000398417 NA | ||
1.1 SMAD4 p.RFCLG361in_frame_del 1 17.18811319794 0 1 18 48591917 48591931 ENST00000342988|ENST00000398417 NA | ||
1.1 SMAD4 p.D355G 2 0.525640839784387 5.899 1 18 48591901 48591901 ENST00000342988|ENST00000398417 NA | ||
1.1 SMAD2 p.D450N 6 3.16150864161809 2.561 1 18 45368254 45368254 ENST00000262160|ENST00000402690 NA | ||
1.1 SMAD3 p.Q405L 2 0.263658841817618 9.042 1 15 67482810 67482810 ENST00000327367 NA | ||
1.1 SMAD4 p.R361C 1 17.18811319794 0 5 18 48591918 48591918 ENST00000342988|ENST00000398417 NA | ||
0 SMAD4 p.D493N 1 0.322640622612945 2.632 1 18 48604655 48604655 ENST00000342988|ENST00000398417 NA | ||
0 SMAD2 p.R321Q 1 1.16132031130647 0 2 18 45374881 45374881 ENST00000262160|ENST00000402690 NA | ||
2 SMAD4 p.D537V 3 3.58236392191537 0 1 18 48604788 48604788 ENST00000342988|ENST00000398417 NA | ||
2 SMAD3 p.R268C 4 2.66236905595016 2.629 1 15 67473722 67473722 ENST00000327367 NA | ||
2 SMAD4 p.D537Y 3 3.58236392191537 0 1 18 48604787 48604787 ENST00000342988|ENST00000398417 NA | ||
2 SMAD2 p.D304G 4 0.436816059849492 3.360 1 18 45374932 45374932 ENST00000262160|ENST00000402690 NA | ||
2 SMAD3 p.R268H 4 2.66236905595016 2.629 2 15 67473723 67473723 ENST00000327367 NA | ||
2 SMAD4 p.D537G 3 3.58236392191537 0 1 18 48604788 48604788 ENST00000342988|ENST00000398417 NA | ||
2 SMAD4 p.D537E 3 3.58236392191537 0 1 18 48604789 48604789 ENST00000342988|ENST00000398417 NA |
Binary file not shown.
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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
use strict; | ||
use warnings; | ||
|
||
our $VERSION = 'V0.5.4'; | ||
our $VERSION = 'V0.5.5'; | ||
|
||
use Carp; | ||
use FileHandle; | ||
|
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