Difference between revisions of "Orange: t-SNE"
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) (→Contoh) |
||
Line 31: | Line 31: | ||
==Contoh== | ==Contoh== | ||
− | + | Kita menggunakan Widget Single Cell Datasets untuk me-load Bone marrow mononuclear cells dengan AML (sample) data. Kemudian kita mengirimkannya melalui Widget k-Means dan memilih 2 cluster dari Silhouette Scores. OK tampaknya akan ada dua cluster yang berbeda disini. | |
− | + | Dapat kita menemukan sub-population di cell ini? Coba kita load Bone marrow mononuclear cells dengan AML (markers) dengan Widget Single Cell Datasets. Sekarang kirimkan marker genes ke Data Table dan pilih, sebagai natural killer cells dari daftar (NKG7). | |
Pass the markers and k-Means results to Score Cells widget and select geneName to match markers with genes. Finally, add t-SNE to visualize the results. | Pass the markers and k-Means results to Score Cells widget and select geneName to match markers with genes. Finally, add t-SNE to visualize the results. | ||
Line 40: | Line 40: | ||
[[File:TSNE-Example.png|center|200px|thumb]] | [[File:TSNE-Example.png|center|200px|thumb]] | ||
− | |||
− | |||
− | |||
==Referensi== | ==Referensi== |
Revision as of 07:34, 10 March 2020
Sumber: https://docs.biolab.si//3/visual-programming/widgets/unsupervised/tsne.html
Projeksi Two-dimensi menggunakan t-SNE.
Input
Data: input dataset Data Subset: subset of instances
Output
Selected Data: instances selected from the plot Data: data with an additional column showing whether a point is selected
Widget t-SNE memplot data dengan metode t-distributed stochastic neighbor embedding. t-SNE adalah teknik reduksi dimensi, mirip dengan MDS, di mana titik dipetakan ke ruang 2-D oleh distribusi probabilitas mereka.
- Number of iterations for optimization and the measure of perplexity. Press Start to (re-)run the optimization.
- Select the number of PCA components used for projection.
- Set the color of the displayed points (you will get colors for discrete values and grey-scale points for continuous). Set shape, size and label to differentiate between points. Set symbol size and opacity for all data points. Set jittering to randomly disperse data points.
- Adjust plot properties:
- Show legend displays a legend on the right. Click and drag the legend to move it.
- Show all data on mouse hover enables information bubbles if the cursor is placed on a dot.
- Show class density colors the graph by class.
- Label only selected points allows you to select individual data instances and label them.
- If Send selected automatically is ticked, changes are communicated automatically. Alternatively, press Send Selected.
- Select, zoom, pan and zoom to fit are the options for exploring the graph. The manual selection of data instances works as an angular/square selection tool. Double click to move the projection. Scroll in or out for zoom.
- Access help, save image or produce a report.
Contoh
Kita menggunakan Widget Single Cell Datasets untuk me-load Bone marrow mononuclear cells dengan AML (sample) data. Kemudian kita mengirimkannya melalui Widget k-Means dan memilih 2 cluster dari Silhouette Scores. OK tampaknya akan ada dua cluster yang berbeda disini.
Dapat kita menemukan sub-population di cell ini? Coba kita load Bone marrow mononuclear cells dengan AML (markers) dengan Widget Single Cell Datasets. Sekarang kirimkan marker genes ke Data Table dan pilih, sebagai natural killer cells dari daftar (NKG7).
Pass the markers and k-Means results to Score Cells widget and select geneName to match markers with genes. Finally, add t-SNE to visualize the results.
In t-SNE, use Scores attribute to color the points and set their size. We see that killer cells are nicely clustered together and that t-SNE indeed found subpopulations.