-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.m
98 lines (85 loc) · 3.63 KB
/
TODO.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
%% PERMANENT NOTES # # # # # # # # # # # # # # # # # # # # # # # # # # # #
%
% Manual Mode is divided in two parts->Automatic and Standard:
% [ Necessary to know the statistical power of the Automatic Mode,
% Getting insohgts about -+ and -- (false+ & false-)]
% Transients are calculated from denoised signal (wavelet analysis)
% Rate of Activity Network Features is from Actual and Previou(s) conditions only
% Get Only Ensembles that last at least 1/2 second
% Hebbian sequence holds if CAG level stands still
% TypeCycles(1)->Simple
% TypeCycles(2)->Closed
% TypeCycles(3)->Open
% Network Link Weight Threshold: Minimum RoA of Neuron to Belong any ensemble
% Active Neurons with RoA>0 in Condition_i or active in Condition_i-1
% Nodes with Degree>0 in Condition_i or peviously in Condition_i-1
%% NOW !
%
%
% FROM PCA, get most witghtable variables=>
% Make Hyperlinks in Output Folders: fprintf('<a href="matlab:dos(''explorer.exe /e, %s, &'')">Cropped Videos Here</a>\n',VidDir)
% Make Correlations Statistics and PDFs of Conditions->CSVs
% Bug in Network (CtxThal)/ Feature_Explorer/Fix Width boxplots
% Feature_Explorer with Statistics
% Include intercluscoeff/getcluslabs in Accumulative Functions!!!
% Correlation/Simmilarity Metrics in Get_Total_Network.m
%
% Deprecate Merge_Datasets (?)
%
%% READY TO GO
% Update in Gephi management and table making
%
%% TO DO:
% SVM paramters @ svmmulticlass
% Export Graphs to R (igraph->
% Export Raster to CSV
% Export Feauture Sets to CSV
% Intro interface @ Classification_Regions [PCA->SVM, MC & OVA stuff]
% Load modesl and evaluate new Data for ML:
% It requires make new table of new data
% Check Merge_Feature_Datasets-> maybe obsolete
%
% Plot_Experiment: Load .mat File if Workspace "Empty"
%
% USE: https://umap-learn.readthedocs.io/en/latest/basic_usage.html
%% Bugs & New Functions NOW
% MAKE Plot_Simm_Matrix.m from labeled_frames vector
% Make Experimental Datasets Folder for 'Merge_Feature_Datasets'
% Zero-Cluster issue at 'get_ensembles' (?)
% Dissapeared Ensembles by labeling Sequence: see 20190930-1
% R_DAdepleted_Analysis=get_ensembles(R_DAdepleted',10,3);
% Recover Coordinates of Ensembles and Display as scatter plots
% INDEX of USEFUL FUNCTIONS
% Toy example for clustering: time correlaition vs coactivity:
% to seen syn fires is irrelevante
% Make PCA of RASTER:
% denoise raster: get most variance PCs and rebuild raster
% BEFORE TO RELEASE *******************************************************
% DEPRECATE> ;
% get_iti_pdf(?); interval_duration_events(?);
%
%% FUTURE *****************************************************************
% Export Rasters @ CSV format
% Adjust Contrast and Sliding Cells in Merge_Finder
% Normalize Amplitude @ Detrended Signal
% Add button to save Zoom image (MERGED MAGIC)
% Save Selected Points SELECTED-> add to file .mat
% Add Highlight Neuron Using Mouse at Plot_Raster
% and other colors in the MERGE script : MAGENTA
% Inspection for Each ROI...
% driver ghost Issuee(?)->Response Size
% MAKE NETWORK highlight special neuron population
%
% Look at Line Equation: 0:N-1 or 1:N [*]
% Figure: reason whi mean(ROI) without distortion
% Load Raw FLuorescenc vs F_0 distortion
% Analyze Rejects Ones Anyway to infer Artifacts
% Processing Times/Detections/etc from log files
% Automatize MERGE SELECTOR
% Setup Intel/Info .mat File-> Default User Directory to save info
% Setup Script: deconvolution parameters
% Check at Signals with Huge Valley (synaptic like)
%
% Merge tables-> if conditions ain't the same
% Add Colocalizer Filters: TdTomato, Yellow, Others
%% ########################################################################