src/filament/functions.jl
MEDYAN.num_fila_types
MEDYAN.num_fila
MEDYAN.fila_mono_states
MEDYAN.fila_num_nodes
MEDYAN.fila_node_mids
Return the node_mids
of the filament.
The node_mids
are the monomer ids at (slightly plus side of) the node_positions
|
-----+-----|-----+-----
minus end <---- M | M | (M) | M ----> plus end
-----+-----|-----+-----
|
^ A node position is indicated by the line.
The monomer id with parenthesis (M) will in `node_mids`
The first monomer id is the first monomer id on the filament. The last monomer id is the last monomer id on the filament + 1
MEDYAN.fila_node_positions
MEDYAN.fila_tip_tags
MEDYAN.fila_num_unmin_ends
Return a pair (minus => plus) of the number of unminimized monomers on the minus and plus end of a filament.
This will be reset to (0 => 0) by minimize_energy!
When an end is depolymerized this will decrease, but saturate at 0. When an end is polymerized this will increase.
For example if after minimization a filament has a plus end depolymerization, this function will return (0 => 0). Then if a plus end polymerization happens, this function will return (0 => 1), even though the net change in filament length is zero.