-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2025-09-30_用QuPath打开mrxs格式切片图像的问题.qmd
More file actions
68 lines (44 loc) · 2.63 KB
/
2025-09-30_用QuPath打开mrxs格式切片图像的问题.qmd
File metadata and controls
68 lines (44 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
title: QuPath vs mrxs
subtitle: 用QuPath打开mrxs格式切片图像的问题
date: 2025-09-30
toc-depth: 4
toc-expand: true
lang: en
---
有时候,我们所拿到的切片图像格式是mrxs格式。
并且有时候,您可能想用QuPath软件[@Bankhead2017]来分析这些图片。
<center>
{width="60%"}
</center>
## 1. QuPath对mrxs格式的支持情况
阅读QuPath的官方文档,可以发现:
> ... 2D, 8-bit, RGB images that do not use JPEG-XR compression <mark>seem to be ok</mark>. Anything else (e.g. 16-bit fluorescence) <mark>is not</mark>.
> QuPath may still be able to open <mark>a low-resolution thumbnail for an unsupported</mark> MRXS image, but unfortunately <mark>not the full data</mark>.
所以,从实操角度,当拿到mrxs格式切片图像时,先用QuPath试试看。
下面所测试的是Windows版本的QuPath(version 0.6.0)。
## 2. 用QuPath打开mrxs格式的白光切片图像
- 当图片路径包含中文时,发现只打开了缩略图,而没有打开完整图像👎。
<center>
{width="100%"}
</center>
<center>
{width="60%"}
</center>
- 当图片路径不包含中文时,则打开了完整图像👋。
<center>
{width="100%"}
</center>
所以,先保证图片路径不包含中文,再用QuPath打开mrxs格式切片。
## 3. 用QuPath打开mrxs格式的多色荧光切片图像
- 当图片路径不包含中文时,打开了图像,且识别了pyramid信息,但通道只有RGB通道,而没有真实的荧光通道信息,且读取的图片含有灰色区域。
<center>
{width="100%"}
</center>
<center>
{width="60%"}
</center>
- 其它几个image servers,要么只能读取缩略图,要么“Error attempting to load image data. Failed to load ImageServer”,要么“Unable to add images”👎。
所以,<mark>如果还是想用QuPath分析的话,需要提前将mrxs格式转为QuPath支持的格式</mark>。
[给我买杯茶🍵](给我买杯茶.qmd)
## References