csbio-njust-edu / PScL-HDeep

4 stars 0 forks source link

Label for the classes in the independent dataset #1

Open ndhieunguyen opened 6 days ago

ndhieunguyen commented 6 days ago

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.

khanbcs2010 commented 5 days 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'};