A layout for 3D scatter plotly graphs for a single timepoint
1 | plotlySpots(Spots_df, x, y, z, timepoint, singleTimepoint, number, color)
|
Spots_df |
dataframe containing x,y,z coordinates, timepoints and number of spots per tiempoint (for instance generated with Spots.as.dataframe) |
x |
x coordinate |
y |
y coordinate |
z |
z coordinate |
timepoint |
column of the timepoints |
singleTimepoint |
single timepoint to display |
number |
column with the number of spots per timepoint |
color |
continuous value used for coloring the spots |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.