Description Usage Arguments Value Examples
load analysis result manually from csv
1 | loadAnalysisFromCSV(vat, filename, ndims = 2, key = "tSNE", ...)
|
vat |
VATEntity object |
filename |
csv filename |
ndims |
the dim of analysis result |
key |
key value in the anlaysis list |
new vat entity including new analysis result
1 2 | #loading external tSNE result
vat <- loadAnalysisFromCSV(vat, filename="tsne$Y.csv", ndims=2, key = "tSNE")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.