MCPcopy Create free account
hub / github.com/PathologyDataScience/HiPS / run

Method run

hips/SlideFeatureExtractor.py:2220–2225  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2218 self._create_directory_structure()
2219
2220 def run(self):
2221 """"""
2222 self.extract_region_features()
2223 self.extract_nuclear_features(emode='roi')
2224 self.extract_nuclear_features(emode='global')
2225 self.extract_collagen_features()
2226
2227 def extract_collagen_features(self):
2228 """"""

Callers 1

Calls 3

Tested by

no test coverage detected