Skip to content

Releases: lambda-science/MyoQuant

MyoQuant v0.4.0

Choose a tag to compare

@lambda-science lambda-science released this 30 Jun 14:00
  • TUI Interface
  • Update of libs
  • Keras 3 Model compatible with Tensorflow, PyTorch and Jax bakcend
  • Integrate the Streamlit interface locally
  • Renovation using Hugginface Space, Model, Dataset

MyoQuant v0.3.5

Choose a tag to compare

@lambda-science lambda-science released this 19 May 12:14

fixing tensorflow torch import bug

MyoQuant v0.3.3

Choose a tag to compare

@lambda-science lambda-science released this 10 May 12:52
  • New ATP option such as erosien and new intensity methods
  • Fixing a few bugs
  • Version option

MyoQuant v0.2.2

Choose a tag to compare

@lambda-science lambda-science released this 24 Jan 14:21

Rework with ATP add and demo integration

MyoQuant v0.2.2

Choose a tag to compare

@lambda-science lambda-science released this 05 Dec 12:21

Fix SDH URL Lib

Myoquant v0.2.1

Choose a tag to compare

@lambda-science lambda-science released this 30 Nov 10:25
  • Clearer CLI stdout and progress

v0.2.0

Choose a tag to compare

@lambda-science lambda-science released this 21 Nov 10:14

New options for the analysis:
--mask-path FILE: The path to a binary mask to hide slide region during analysis. It needs to be of the same resolution as input image and only pixel marked as 1 will be analyzed. (Basically a simple .tif image with 0/1, with 0 being pixels ignored during the analysis and 1 pixels kept for the analysis)
--export-map / --no-export-map: Export the original image with cells painted by classification label. [default: export-map]. (A file [IMAGE_NAME]_label_blend.tiff is generated at the end of the analysis where the original image is blended with the green/red label map for visualisation of all fibers classification)
--export-stats / --no-export-stats: Export per fiber and per nuclei stat table. [default: export-stats]. ( A file [IMAGE_NAME]_cell_details.csv is generated that contains informations about all cell detected (area, coordinates...) and the number of nuclei (intern+periph) as columns. + A file [IMAGE_NAME]_nuc_details.csv is generated that contains informations about all analyzed nuclei (with the correspond fiber ID and the nuclei eccentricity score and class)
--fluo-nuc FILE: The path to single channel fluo image for nuclei. (An option to indicate the single channel image for the DAPI, so we can blend tritC and DAPI together and it also indicated that the analysis is done on single channel images)

Myoquant v0.1.7

Choose a tag to compare

@lambda-science lambda-science released this 17 Nov 14:37

Fix HE-analysis threshold param not taken into consideration

Myoquant v0.1.6

Choose a tag to compare

@lambda-science lambda-science released this 16 Nov 17:52
  • Fixing a bug in he-analysis: the program was crashing when a nucleus was located at the exact coordinate of the fiber center (division by 0 error)

Myoquant v0.1.3

Choose a tag to compare

@lambda-science lambda-science released this 30 Oct 09:25
aef3199

First working release of MyoQuant command line tool featuring working SDH and HE analysis.