DeepPATH
DeepPATH copied to clipboard
Which exact WSIs are selected for EGFR prediction?
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 [email protected] ?
Thanks a lot, Mona Jalal
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
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"
@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.
Hi - yes this is the list. All those which are not marked as "EGFR" are considered as non-EGFR in this list. Best, N.