Plotting tracks Plotting MaMuT tracks with custom color code
track2plot(track, Tracks_df, Spots_Tracks, colNode, colYaxis, colNode_discrete, breaks)
| track | track name |
|---|---|
| Tracks_df | Tracks_df |
| Spots_Tracks | Spots_df with Track name |
| colNode | color of the nodes, use colNode_discrete to specify if discrete or continuous |
| colYaxis | display or not y axis |
| colNode_discrete | Logical. discrete scale if TRUE, continuous otherwise. Default to FALSE e.g. continuous. |
| breaks | vector of levels used to plot discrete color legend with regards to colNode unique values. Only if colNode_discrete is TRUE |
a plot
# NOT RUN { track2plot(track, Tracks_df, Spots_Tracks, colNode, colYaxis, colNode_discrete, breaks) # }