ncoudray / DeepPATH

Classification of Lung cancer slide images using deep-learning
489 stars 210 forks source link

Which exact WSIs are selected for EGFR prediction? #101

Open monajalal opened 2 years ago

monajalal commented 2 years ago

Hi Nicolas,

I am interested to reproduce your results however, from the paper, it was not clear to me, which exact WSIs you have picked for train, validation, and test set. Could you please provide me with that information either here or via jalal@bu.edu ?

Thanks a lot, Mona Jalal

ncoudray commented 2 years ago

Hi Mona,

You can follow the example in: 
https://github.com/ncoudray/DeepPATH/tree/master/DeepPATH_code/example_TCGA_lung For mutations, we now favor binary classifications which are easier to deal with. Example at the end of this thread:
#37 Best, Nicolas

monajalal commented 2 years ago

Hi Nicolas

Thanks for your response. Could you point me to the exact file that shows which WSIs from LUAD are selected for EGFR and non-EGFR in your experiments? Looking at the link that you shared above, I cannot find anything labeled as "EGFR"

Screen Shot 2022-03-18 at 10 08 34 PM

monajalal commented 2 years ago

@ncoudray is this the file you used?

https://github.com/ncoudray/DeepPATH/blob/3be13f2919186bcada82a7c6e238de16bcc8196c/DeepPATH_code/example_TCGA_lung/labels_r3.txt

I already know that in my data 88 WSI from 566 LUAD is EGFR. However, I do not know which exact WSIs from LUAD you have used for fine-tuning for EGFR prediction. Would you please be able to tell that? It seems you have not used all of the non-EGFR WSIs from the LUAD.

ncoudray commented 2 years ago

Hi - yes this is the list. All those which are not marked as "EGFR" are considered as non-EGFR in this list. Best, N.