Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MSTclust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GIPhy
MSTclust
Commits
341f00af
Commit
341f00af
authored
4 years ago
by
Alexis CRISCUOLO
⚫
Browse files
Options
Downloads
Patches
Plain Diff
0.2
parent
599a358b
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+13
-10
13 additions, 10 deletions
README.md
Technical.Notes.pdf
+0
-0
0 additions, 0 deletions
Technical.Notes.pdf
src/MSTclust.java
+74
-174
74 additions, 174 deletions
src/MSTclust.java
with
87 additions
and
184 deletions
README.md
+
13
−
10
View file @
341f00af
...
...
@@ -48,28 +48,31 @@ Launch _MSTclust_ without option to read the following documentation:
OPTIONS:
-i <infile> input file containing either tab-delimited profiles or a
-i <infile> input file
containing either tab-delimited profiles or a
lower-triangular distance matrix (mandatory)
-o <basenmae> basename for output files (mandatory)
-r <string> selecting only specified rows (default: "1-")
-l <string> (input tab-delimited profiles) field(s) containing profile
-l <string> (input tab-delimited profiles)
field(s) containing profile
labels (default: "1")
-p <string> (input tab-delimited profiles) fields containing profiles
-p <string> (input tab-delimited profiles) fields
containing profiles
(default: "2-")
-e <float> (input tab-delimited profiles) maximum allowed proportion
-e <float> (input tab-delimited profiles) maximum allowed
proportion
of empty entries per profile (default: 0.25)
-c <float> inclusive cutoff to define cluster(s) (default: not set)
-S <integer> seed value for data perturbation and subsampling analyses
-g <integer> generalized mean exponent for computing silhouettes;
negative or positive infinity can be set using -inf or inf,
respectively (default: 1 i.e. arithmetic mean)
-S <integer> seed value for data perturbation and subsampling analyses
(default: 0)
-L <integer> profile length to carry
out data perturbation analysis
-L <integer> profile length to
carry out
data perturbation analysis
(default: not set)
-B <integer> number of bins to carry out data subsampling analyses
-B <integer> number
of bins to carry out data subsampling analyses
(default: not set)
-R <integer> number of replicates for data perturbation and subsampling
-R <integer> number of replicates for
data perturbation and subsampling
analyses (default: 100)
-h writing a single-linkage hierarchical classification tree
-h writing a
single-linkage hierarchical classification tree
into an output file (default: not set)
-m writing a minimum spanning tree into an output file
-m writing a minimum spanning tree into
an output file
(default: not set)
```
...
...
This diff is collapsed.
Click to expand it.
Technical.Notes.pdf
+
0
−
0
View file @
341f00af
No preview for this file type
This diff is collapsed.
Click to expand it.
src/MSTclust.java
+
74
−
174
View file @
341f00af
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment