Plots a 3D scatterplot for a given list of edges.
1 2 3 4 5 6 7 8 9 10 | plot3DEdgeList(
edge_indexes,
osa,
net,
ematrix,
field,
label_field = NA,
samples = NA,
highlight = TRUE
)
|
edge_indexes |
The index of the edge in the network data frame. |
osa |
The sample annotation matrix. One column must contain the header 'Sample' and the remaining colums correspond to an annotation type. The rows of the anntation columns should contain the annotations. |
net |
A network data frame containing the KINC-produced network. The loadNetwork function imports a dataframe in the correct format for this function. |
ematrix |
The expression matrix. |
field |
The field in the sample annotation matrix by which to split the points into separate layers. |
samples |
Limit the plot to only the samples indexes provided. |
highlight |
If set to TRUE then the samples in the edge cluster are drawn larger than the other samples in the plot. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.