Open ndhieunguyen opened 2 months ago
Please review and edit your code accordingly.
antibody_ids = {'20451','9026','11555','62564','46290'};
classlabels{1,1}={'Cytoplasm'}; classlabels{1,2}={'ER'}; classlabels{1,3}={'Golgi_apparatus'}; classlabels{1,4}={'Lysosome'}; classlabels{1,5}={'Nucleus'};
In your
Biomage_Feature_Extraction.m
file, there is a mapping object between the IDs and the labels of the classes used for training. However, I cannot find the same thing for the independent dataset. Can you give me that? Thank you very much.