Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

find peak #11

Open
lihanyan1990 opened this issue Jan 16, 2020 · 1 comment
Open

find peak #11

lihanyan1990 opened this issue Jan 16, 2020 · 1 comment

Comments

@lihanyan1990
Copy link

Hi,

So far we already have the fluorescent trace of one cell over time as an array.
What I was trying to do is to detect peaks with event timestamp as an output.
Like your figure 2.
Which function should I use for that.
My apologies I couldnt find in any documents.

Thank you so much
Hanyan

@sebromano
Copy link
Collaborator

Hi Hanyan,
the variable raster that is obtained after completing steps 20-30 of the protocol is a matrix of size T x N, where T is the total number of imaging frames and N the total number of ROIs. This matrix has 1s at the time samples points on which there was a significant fluorescence transient for each corresponding ROI, and 0s for non-significant fluoresce. So, for example for ROI 5, you need to check the time samples at which there are 1s in raster(:,5).
Sebastian.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants