Does anyone know of packages for displaying neuroscience schematics with tikz? For example, I would like to place a raster plot next to the diagram of a Markov process to help explain how Markov models could be used to simulate the firing of neurons.
I know that I could do this by including an image of neural activity in the tikz picture. But, I wondered if there was a solution that could only use tikz.
Below is the, admittedly, amateurish, version I made in PPT. The raster plot refers to the horizontal lines of ticks. Each tick is the same and marks where a neuron fired.
I know how to use the automata library in tikz to make the state diagram. I wondered if there was an easier way to draw many horizontal lines than the brute force approach with a for loop.

Sample neural data (times in ms that a neuron fired) for 50 ms:
2,10,12,14,15,20,25,34,35,48, 49
