Skip to content

Commit c91d33b

Browse files
committed
clusters ready for density
1 parent f29e905 commit c91d33b

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

HotSpot3D-0.6.4.tar.gz

112 Bytes
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Usage
77
-----
88

99
Program: HotSpot3D - 3D mutation proximity analysis program.
10-
Version: V0.6.4
10+
Version: V0.6.5
1111
Author: Beifang Niu, John Wallis, Adam D Scott, & Sohini Sengupta
1212

1313
Usage: hotspot3d <command> [options]

bin/hotspot3d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use strict;
99
use warnings;
1010

11-
our $VERSION = 'V0.6.4';
11+
our $VERSION = 'V0.6.5';
1212

1313
use Carp;
1414
use FileHandle;

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = HotSpot3D
22
author = Beifang Niu, John Wallis, Adam D Scott, & Sohini Sengupta from McDonnell Genome Institute of Washington University at St. Louis
3-
version = 0.6.4
3+
version = 0.6.5
44
license = Perl_5
55
copyright_holder = McDonnell Genome Institute at Washington University
66
copyright_year = 2013

lib/TGI/Mutpro/Main/Cluster.pm

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ use FileHandle;
2424

2525
use Data::Dumper;
2626

27+
use TGI::Mutpro::Main::Density;
28+
2729
my $WEIGHT = "weight";
2830
my $RECURRENCE = "recurrence";
2931
my $UNIQUE = "unique";
@@ -774,7 +776,8 @@ Usage: hotspot3d cluster [options]
774776
--3d-distance-cutoff 3D distance cutoff (<), default: 100 (if p-value-cutoff also not set)
775777
--linear-cutoff Linear distance cutoff (> peptides), default: 0
776778
--max-radius Maximum cluster radius (max network geodesic from centroid, <= Angstroms), default: 10
777-
--vertex-type Graph vertex type (recurrence, unique, or weight), default: recurrence
779+
--clustering Cluster using network or density-based methods (network or density), default: network
780+
--vertex-type Graph vertex type for network-based clustering (recurrence, unique, or weight), default: recurrence
778781
--distance-measure Pair distance to use (closest or average), default: average
779782
--maf-file .maf file used in proximity search step (used if vertex-type = recurrence)
780783
--transcript-id-header .maf file column header for transcript id's, default: transcript_name

0 commit comments

Comments
 (0)