Skip to content

Commit 38ea8fa

Browse files
authored
Create README.md
1 parent 206dcdf commit 38ea8fa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Pilot1/TC1/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
The Pilot1 Benchmark 5, commonly referred to as TC1, is a 1D convolutional network for classifying RNA-seq gene expression profiles into 18 balanced tumor types (e.g., breast cancer, melanoma, etc).
2+
The network follows the classic architecture of convolutional models with multiple 1D convolutional layers interleaved with pooling layers followed by final dense layers.
3+
The network can optionally use 1D locally connected layers in place of convolution layers as well as dropout layers for regularization.
4+
The model is trained and cross-validated on a total of 5,400 RNA-seq profiles from the NCI genomic data commons.
5+
The full set of expression features contains 60,483 float columns transformed from RNA-seq FPKM-UQ values. This model achieves around 98% classification accuracy.
6+
It is useful for studying the relationships between latent representations of different tumor types as well as classifying synthetically generated gene expression profiles.
7+
The model has also been used to flag incorrectly typed gene expression profiles from the databases

0 commit comments

Comments
 (0)