5. Plotting
One-Dimensional Histograms
The histogram feature of tMAVEN is primarily useful for visualization of data and not diagnostics. Navigate to Plots/FRET hist 1D to generate a one-dimensional histogram of all E\(_{fret}\) emission data, the peaks represent states and should look like K gaussians.
Notable preferences the user might want to change include:
hist_force_y
to force the y axis valuehist_log_y
puts the y-axis in log scalemodel_on
will toggle the model as described in Figurehist_false
toggles the histogram itself, blue in the figurehist_color
will change the color of the histogram
The save icon below the graph can be used to export the figure.
Two-Dimensional Histograms
The two-dimensional histograms in tMAVEN also have the axis of time. Generate by navigating Plots/FRET hist 2D The histogram is automatically smoothed by a median filter which setting can be changed (see below). One of the most useful capabilities is the choice of using post-synchronization. In this case, t=0 represents the time of transition from one specified state to another, see below. Note that post-synch can only operate once a model is run and transitions have been detected.
Useful preferences:
color_ceiling
sets the ceiling for the color mappingcolor_dbl
enables two floorscolor_floor_color
is the lower floorcolor_cmap
determines the color map, all matplotlib maps are supportedhist_smooth_med
toggles the use of a median filter on the graph andhist_smoothx/y
determine the widths of this filtertime_dt
changes the time ticks, set to acquisition time to yield the same axis as traces whiletime_nbins
changes the length of time shown.hist_normalizeframe
will normalize the histogram to mitigate photobleaching or additional transition at different times, see Figure
For post synchronization, tMAVEN will use the existing model which has identified transitions so users can essentially monitor all traces after a specific transition in a data set. Notice that N, number of traces used, will likely change since not all traces have all transitions. Small n represents the number of transitions measured not number of traces.
sync_postsync
toggles post synchronizationsync_singledwell
set to true shows only the dwell before and after transition. In other words, a false setting will also show future transitions.sync_hmmstate_1
shows the pretransition state whilesync_hmmstate_2
shows the post transition state, input “-1” for any other state