Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
TCGADataTool
Guides
TCGA Data Tool
Tech Notes
Custom Entities
Data Exploration
Data Modeling
Data Visualization
Genomic Data
Images Download
Property Standard Name
User Interface
Symbols
buildDesignMatrix
buildModel
cleanRawData
columnHeaderRiskClassSummary
downloadGenomicData
dynamicallyExploreThreshold
exampleDataTCGA
getHistologicalImages
getPotentialPredictors
importGenomicDataFile
inspectPotentialPredictors
modelMeasurementsAtThreshold
overallSurvivalPlot
progressionFreeSurvivalPlot
pullDataSlice
radiologicalImagesBatchProcessing
swimmerPlot
TCGADataToolUserInterface
JaneShenGunther`TCGADataTool`
d
y
n
a
m
i
c
a
l
l
y
E
x
p
l
o
r
e
T
h
r
e
s
h
o
l
d
d
y
n
a
m
i
c
a
l
l
y
E
x
p
l
o
r
e
T
h
r
e
s
h
o
l
d
[
p
r
o
b
a
b
i
l
i
t
i
e
s
,
m
o
d
e
l
M
e
a
s
u
r
e
m
e
n
t
s
O
b
j
e
c
t
,
a
c
t
u
a
l
O
u
t
c
o
m
e
s
,
c
l
a
s
s
e
s
]
c
r
e
a
t
e
s
a
d
y
n
a
m
i
c
s
h
o
w
i
n
g
t
h
e
l
o
c
a
t
i
o
n
o
n
t
h
e
R
O
C
c
u
r
v
e
,
t
h
e
c
o
n
f
u
s
i
o
n
m
a
t
r
i
x
,
a
n
d
m
o
d
e
l
q
u
a
l
i
t
y
m
e
t
r
i
c
s
a
t
d
i
f
f
e
r
e
n
t
p
r
o
b
a
b
i
l
i
t
y
t
h
r
e
s
h
o
l
d
s
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
1
)
Basic Examples
(
1
)
Get example binomial classifier for TCGA-CESC project data and outcome "Clinical::Patient::vital_status":
I
n
[
1
]
:
=
e
x
a
m
p
l
e
D
e
s
i
g
n
M
a
t
r
i
x
=
e
x
a
m
p
l
e
D
a
t
a
T
C
G
A
[
{
"
T
C
G
A
D
a
t
a
M
o
d
e
l
"
,
"
T
C
G
A
C
E
S
C
C
l
i
n
i
c
a
l
V
i
t
a
l
S
t
a
t
u
s
C
l
a
s
s
i
f
i
e
r
"
}
,
"
D
e
s
i
g
n
M
a
t
r
i
x
"
]
;
o
u
t
c
o
m
e
P
r
o
p
e
r
t
y
=
e
x
a
m
p
l
e
D
a
t
a
T
C
G
A
[
{
"
T
C
G
A
D
a
t
a
M
o
d
e
l
"
,
"
T
C
G
A
C
E
S
C
C
l
i
n
i
c
a
l
V
i
t
a
l
S
t
a
t
u
s
C
l
a
s
s
i
f
i
e
r
"
}
,
"
O
u
t
c
o
m
e
P
r
o
p
e
r
t
y
"
]
;
e
x
a
m
p
l
e
M
o
d
e
l
=
e
x
a
m
p
l
e
D
a
t
a
T
C
G
A
[
{
"
T
C
G
A
D
a
t
a
M
o
d
e
l
"
,
"
T
C
G
A
C
E
S
C
C
l
i
n
i
c
a
l
V
i
t
a
l
S
t
a
t
u
s
C
l
a
s
s
i
f
i
e
r
"
}
,
"
M
o
d
e
l
"
]
O
u
t
[
1
]
=
Get input data for
d
y
n
a
m
i
c
a
l
l
y
E
x
p
l
o
r
e
T
h
r
e
s
h
o
l
d
:
I
n
[
2
]
:
=
c
l
a
s
s
e
s
=
I
n
f
o
r
m
a
t
i
o
n
[
e
x
a
m
p
l
e
M
o
d
e
l
,
"
C
l
a
s
s
e
s
"
]
O
u
t
[
2
]
=
{
A
l
i
v
e
,
D
e
a
d
}
I
n
[
3
]
:
=
a
l
l
P
r
o
b
a
b
i
l
i
t
i
e
s
=
e
x
a
m
p
l
e
M
o
d
e
l
[
e
x
a
m
p
l
e
D
e
s
i
g
n
M
a
t
r
i
x
,
"
P
r
o
b
a
b
i
l
i
t
i
e
s
"
]
;
a
l
l
P
r
o
b
a
b
i
l
i
t
i
e
s
〚
;
;
3
〛
O
u
t
[
3
]
=
{
A
l
i
v
e
0
.
8
1
5
4
1
7
,
D
e
a
d
0
.
1
8
4
5
8
3
,
A
l
i
v
e
0
.
6
3
5
1
1
3
,
D
e
a
d
0
.
3
6
4
8
8
7
,
A
l
i
v
e
0
.
8
4
1
7
3
,
D
e
a
d
0
.
1
5
8
2
7
}
I
n
[
4
]
:
=
a
c
t
u
a
l
O
u
t
c
o
m
e
s
=
e
x
a
m
p
l
e
D
e
s
i
g
n
M
a
t
r
i
x
〚
A
l
l
,
o
u
t
c
o
m
e
P
r
o
p
e
r
t
y
〛
;
a
c
t
u
a
l
O
u
t
c
o
m
e
s
〚
;
;
3
〛
O
u
t
[
4
]
=
{
A
l
i
v
e
,
D
e
a
d
,
A
l
i
v
e
}
I
n
[
5
]
:
=
m
e
a
s
u
r
e
m
e
n
t
s
=
C
l
a
s
s
i
f
i
e
r
M
e
a
s
u
r
e
m
e
n
t
s
[
e
x
a
m
p
l
e
M
o
d
e
l
,
e
x
a
m
p
l
e
D
e
s
i
g
n
M
a
t
r
i
x
,
M
i
s
s
i
n
g
V
a
l
u
e
S
y
n
t
h
e
s
i
s
"
M
o
d
e
F
i
n
d
i
n
g
"
]
O
u
t
[
5
]
=
C
l
a
s
s
i
f
i
e
r
M
e
a
s
u
r
e
m
e
n
t
s
C
l
a
s
s
i
f
i
e
r
m
e
t
h
o
d
R
a
n
d
o
m
F
o
r
e
s
t
N
u
m
b
e
r
o
f
t
e
s
t
e
x
a
m
p
l
e
s
3
0
7
A
c
c
u
r
a
c
y
(
9
2
.
5
±
1
.
5
)
%
A
c
c
u
r
a
c
y
b
a
s
e
l
i
n
e
(
8
0
.
5
±
2
.
3
)
%
G
e
o
m
e
t
r
i
c
m
e
a
n
o
f
p
r
o
b
a
b
i
l
i
t
i
e
s
0
.
7
1
8
±
0
.
0
0
9
8
M
e
a
n
c
r
o
s
s
e
n
t
r
o
p
y
0
.
3
3
1
±
0
.
0
1
4
S
i
n
g
l
e
e
v
a
l
u
a
t
i
o
n
t
i
m
e
3
5
.
4
m
s
/
e
x
a
m
p
l
e
B
a
t
c
h
e
v
a
l
u
a
t
i
o
n
s
p
e
e
d
4
9
0
.
e
x
a
m
p
l
e
s
/
s
Visualize dynamic showing location on ROC curve, confusion matrix and performance metrics at varying probability thresholds:
I
n
[
6
]
:
=
F
r
a
m
e
d
[
#
,
R
o
u
n
d
i
n
g
R
a
d
i
u
s
5
,
F
r
a
m
e
S
t
y
l
e
L
i
g
h
t
G
r
a
y
]
&
@
d
y
n
a
m
i
c
a
l
l
y
E
x
p
l
o
r
e
T
h
r
e
s
h
o
l
d
[
a
l
l
P
r
o
b
a
b
i
l
i
t
i
e
s
,
m
e
a
s
u
r
e
m
e
n
t
s
,
a
c
t
u
a
l
O
u
t
c
o
m
e
s
,
c
l
a
s
s
e
s
]
O
u
t
[
6
]
=
T
h
r
e
s
h
o
l
d
S
e
e
A
l
s
o
m
o
d
e
l
M
e
a
s
u
r
e
m
e
n
t
s
A
t
T
h
r
e
s
h
o
l
d
T
e
c
h
N
o
t
e
s
▪
D
a
t
a
M
o
d
e
l
i
n
g
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
T
C
G
A
D
a
t
a
T
o
o
l
"
"