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

CCA should take any 2 matrices #594

Open
milesOIST opened this issue Nov 13, 2023 · 0 comments
Open

CCA should take any 2 matrices #594

milesOIST opened this issue Nov 13, 2023 · 0 comments

Comments

@milesOIST
Copy link
Collaborator

The current implementation of CCA requires the input of neural_data, IscellData and BehaviorData. However, this algorithm can be used on an two data matrices with same number of time points (number of observations).
This would be useful as some data has 2 channels and it would be useful to do CCA comparing 2 imaging data sets.

Suggested solution:

  1. Neural_data and IscellData are combined with an extra module to give ROIdata output.
  2. CCA accepts any 2 matrices of the same length. e.g CCA(ROIdata_1, ROIdata_2) or CCA(ROIdata_1, BehaviorData)
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

1 participant