-
Notifications
You must be signed in to change notification settings - Fork 0
/
AFid.qmd
54 lines (40 loc) · 2.63 KB
/
AFid.qmd
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
---
---
<style>
body {background-color: black; color: white;}
#canvas {background-color: pink;}
</style>
<div class: container; style="background-color:black">
<h1 style="color: white; text-align:center;">AFid: A tool for automated identification and exclusion of autofluorescent objects from microscopy images </h1>
<img src="images/AF/Heeva.gif" style="width: 100%; height: auto">
<h2 style="color: white;"> About </h2>
Autofluorescence is a long-standing problem that has hindered fluorescence microscopy image analysis. To address this, we have developed a method that identifies autofluorescent signals from multi-channel images post acquisition.
See the <u><b><a href="https://ellispatrick.github.io/AFid" target="_blank" style="color: white">gallery</a></b></u> for examples demonstrating the broad utility of this algorithm in accurately identifying and removing interfering autofluorescent signals.
You can find more information on how our tool works <u><b><a href="https://ellispatrick.github.io/AFid" target="_blank" style="color: white">here</a></b></u>.
<br><br>
<h2> Software </h2>
For the benefit of the community we have made our autofluorescence identification tool and vignettes illustrating its use available for...
<br><br>
<table>
<tr>
<th><b>FIJI: </b></th>
<td><u><b><a href="https://github.com/ellispatrick/AFidImageJ" target="_blank" style="color: white">https://github.com/ellispatrick/AFidImageJ</a></b></u></td>
<th><b> [please use latest version of Fiji]</b></th>
</tr>
<tr>
<td><b>Matlab: </b></td>
<td><u><b><a href="https://github.com/ellispatrick/AFidMatlab" target="_blank" style="color: white">https://github.com/ellispatrick/AFidMatlab</a></b></u></td>
</tr>
<tr>
<td><b>R: </b></td>
<td><u><b><a href="https://github.com/ellispatrick/AFidR" target="_blank" style="color: white">https://github.com/ellispatrick/AFidR</a></b></u></td>
</tr>
</table>
<br>
<h2 style="color: white;"> Citation </h2>
We very much appreciate you referencing our work when you use it.
<br><br>
Baharlou H*, Canete, N*, Bertram KM, Sandgren KJ, Cunningham AL, Harman AN and Patrick E. (2021) AFid: a tool for automated identification and exclusion of autofluorescent objects from microscopy images <i> Bioinformatics</i>
<br>
Raw data and scripts to reproduce the figures are available on <td><u><b><a href="https://zenodo.org/record/3898373#.Xuq-NkUvOUl" target="_blank" style="color: white">https://zenodo.org/record/3898373#.Xuq-NkUvOUl</a></b></u></td>
</div>