This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Region of Interest Information in TCGA Histopathological Image

I have downloaded histopathological image data from TCGA. I want to extract features from these images. The dimension of these images are huge and in .SVS format. I am not able to open these images in linux system. How do I preprocess these images, so that I can extract features from these images? There is no information of region of interest. From where I can get these information?

tcga histopathological image region of interest

any update to this project? I aslo want to know the solution.

1 answer

Try this: Python package for dealing with whole slide images (.svs) for machine learning, particularly for fast prototyping. Includes patch sampling and storing using OpenSlide. Patches may be stored in LMDB, HDF5 files, or to disk. It is highly recommended to fork and download this repository so that personal customisations can be made for your work.

https://github.com/ysbecca/py-wsi

Log in to answer this question.