Sei sulla pagina 1di 7

i i

“aXonica_report” — 2019/2/11 — 12:43 — page 1 — #1


i i

Bioinformatics
doi.10.1093/bioinformatics/xxxxxx
Advance Access Publication Date: Day Month Year
Manuscript Category

Bioimage Informatics

aXonica - A Magnetic Resonance Imaging Solution


Bilal Wajid 1 , Hasan Iqbal 1,∗ , Momina Jamil 1 , Faria Anwar 2 , Ramoona Latif 1 ,
Tayyaba Asif 1 and Arslan Khan 1
1
Department of Electrical Engineering, Istanbul Commerce University, Istanbul, Turkey and
2
Mayo Hospital, Lahore, Pakistan.
∗ To whom correspondence should be addressed.
Associate Editor: XXXXXXX
Received on XXXXX; revised on XXXXX; accepted on XXXXX

Abstract
Motivation: Magnetic Resonance Imaging (MRI) is a radiological test which employs powerful magnets,
radio waves and computational analysis in order to make a detailed image of an individual’s internal organs
and tissue, thereby facilitating the diagnosis of a vast range of medical conditions including cancer. MRI
scan generates large amounts of raw data which need to be carefully handled, reconstructed and proces-
sed. Volume rendering, 2D and 3D visualization, morphometric analysis, modelization, diffusion analysis
and perfusion analysis enables the radiologists to easily and precisely pinpoint the anomaly and compare
it with several references. Image processing and analyses are rendered easy with the aid of an entire sof-
tware pipeline which requires researcher to have prior knowledge of scripting, operating systems (such as
Linux), installing and maintaining software with varying dependencies most of which are not user-friendly
and lack basic GUI. This indeed is an inconvenience for researchers in life-sciences as they are spending
increased amount of time simply maintaining software rather than conducting actual research work. The-
refore, in order to facilitate MRI sciences, this paper present ‘aXonica,’ a Graphical User Interface (GUI)
based installation and interactive application package encompassing forty-two tools stretching the entire
length of the software pipeline aiming to optimize the development of software workstations needed for
MRI-based Neuroimaging analysis.
Results: aXonica implements a Ubuntu-based package which facilitates the installation of forty-two sof-
tware related to MRI along with a separate GUI based application to run each tool.
Availability: aXonica is available at https://github.com/hasaniqbal777/aXonica
Contact: hasaniqbal777@gmail.com
Supplementary information: Supplementary data are available at Bioinformatics online.

1 Introduction for men and liver, kidneys and pancreas for both males and females.
Magnetic Resonance Imaging (MRI) is a non-invasive imaging techno-
logy that produces detailed anatomical images by using strong magnetic MRI scanner produces large amounts of raw data which need to be
fields, gradients, and radio waves. However, due to the use of strong processed and diagnosed. The raw data along with images in frequency-
magnetic fields, MRI cannot be performed on patients with iron-based domain are reconstructed into time-domain (Hansen and Kellman, 2015).
metal implants (Katti et al., 2011). Nevertheless, MRI images are speci- These images are further prepared for precise and accurate diagnosis.
ally important in the diagnosis of brain and spinal cord injuries, multiple This data processing is made possible using computational techniques.
sclerosis, cancer and stroke (Aswathy et al., 2014; McDonald and Sadow- Therefore, in order to translate this biological data into relevant clinical
sky, 2002; Barkhof et al., 1997; Chen et al., 2007; Hentschel et al., 2011; information, researchers have proposed several software along the entire
Igarashi, 2007). Moreover, MRI images are employed to assess the health pipeline. These software not only helped speed up clinical diagnosis and
research, but also compelled biologists to spend increasing amount of time
of different organs, for instance, breasts and ovaries of women, prostate
and resources in installing, configuring and maintaining software. More-
over, most of these software do not provide a graphical user interface but

© The Author 2018. Published by Oxford University Press. All rights reserved. For permissions, please e-mail: journals.permissions@oup.com 1

i i

i i
i i

“aXonica_report” — 2019/2/11 — 12:43 — page 2 — #2


i i

2 Bilal Wajid et al.

rather assume that the users are comfortable with scripting. An assum- 5. Structural Analysis Installs tools categorized in (a) Modeling,(b)
ption, which in reality does not hold true or does not account for most Brain Connectomics, (c) Morphometric Analysis, (d) Quality Control,
of the users in life-sciences. Therefore, in order to ease the installation of (e)Classification, (f) 3-D Image analysis and (g) Mapping.
MRI-based software this paper presents ’aXonica,’ an installation package 6. Data Management and Annotation: Install tools classified under
geared towards Neuroimaging. (a) DICOM file management and (b) Format Management.

In reference to the execution of the installed tools, the authors employed


Qt framework to develop a GUI through which the user get access to all
installed software simply by clicking interactive buttons. The developed
GUI does indicate the list of all available tools in aXonica. At the same
2 Methods time the GUI also disables the buttons of those tools which the user decided
aXonica encompasses software geared towards Magnetic Resonance Ima- not to install.
ging (MRI), specifically Neuroimaging. Therefore, the developers ensured
that all avenues of MRI-based Neuroimaging are covered within the analy-
sis pipeline. Figure 1 shows the MRI-based Neuroimaging pipeline and 3 Results and Discussion
lists all the software, and their download sizes, present within the proposed aXonica was developed with the intention to facilitate the deployment
solution. of software workstations and laboratories for MRI diagnosis and resea-
rch. Among the vast scope of MRI’s use, the authors chose to focus on
The choice of software was determined via the following criteria: Neuroimaging thereby concentrating their attention on software related to
• Publication date after 2010
diagnosis of the brain and spinal cord. The selection criterion mentioned
• Freeware License
in Table 1 of Supplementary Section filtered most of the software retaining
• Linux based
about 42 tools which are encompassed by aXonica installation package.
• Offline
All these tools are mentioned in Table 2 and Fig. 1 along with their relative
sizes. MATLAB plug-ins are also not included because MATLAB is a paid
For the sake of brevity the complete table and the application of the software and require license. These software are mentioned in Table 2 of
selection criterion is shown in the Table 2 in the Supplementary section. Supplementary Section.
This report shows details of the final set of tools present within aXonica,
as shown in Figure 1 and Table 2. Moreover, as most users are expected to belong from life-sciences aXo-
nica bypasses the command-line interface by providing a Zenity based GUI
The authors employed "Zenity" as the front-end GUI for users so that in order to facilitate the users during the installation process (see Figure
they have an easy and user friendly interface for installation of these forty- 2) and a QT based GUI (see Figure 3) in starting different software along
two tools. However, linux bash scripting was employed to carefully handle the analysis pipeline.
each installation including necessary dependencies to ensure the users are
able to develop workstations quickly and easily. The dependencies which In order to ensure the robustness and longevity of aXonica developers
are necessary for the installation of other tools are mentioned herein below verified the installation process on Ubuntu 16.04 LTS, with end of life date
and are automatically installed during the execution of aXonica: (EOFD): April 2021 and Ubuntu 18.04 LTS (EOFD: April 2028). Table 1
shows the testing and verification environment.
• JAVA JDK 8
• python and python3
Table 1: This list shows the hardware and software configuration of the
• Scipy
systems on which aXonica was tested and verified.
• Numpy
• python-pip and python-pip3
• PyQt4 Configuration 1
• PyQtgraph
Processor Intel Core i7-3630QM, 6M Cache, up to 3.40 GHz
• PyOpenGL
RAM 8GB
• h5py
Hard Disk 256GB SSD
In essence aXonica is designed using a couple of shell executable files Graphics NVIDIA GeForce GT 640M, 2GB
(with front-end Zentiy based GUIs) concatenated with one another each Operating System Ubuntu 16.04 LTS 64 bit
containing a number of commands that download and install necessary
software based upon user’s input. The shell files are enlisted herein below: Configuration 2

Processor Intel Core i7-7500U, 4M Cache, up to 3.50 GHz


1. Internet Availability: An active internet connection is needed to
RAM 8GB
start the process. Therefore, this first executable shell file checks the
system for an active internet connection and terminates the installation Hard Disk 256GB SSD
process if internet connection is not available. Graphics Dedicated Intel HD Graphics 620
2. Dependencies Installation: The dependencies mentioned above are Operating System Ubuntu 18.04 LTS 64 bit
downloaded and installed.
3. Pre-Processing: This shell file allows the user to automatically
install tools related to (a) Visualization, (b) Enhancement and (c)
Reconstruction.
4. Processing: Install tools based upon (a) Registration, (b) Segmenta-
tion and (c) Surfacing.

i i

i i
i i

“aXonica_report” — 2019/2/11 — 12:43 — page 3 — #3


i i

aXonica 3

Fig. 1: The figure presents an overview of the MRI data analysis pipeline. The software tools packaged in aXonica, along with their size are mentioned
along each category in the figure (Riviere et al. (2003), Garyfallidis et al. (2014), Doube et al. (2010), Fogal and Krüger (2010), Loening and Gambhir
(2003), Loening and Gambhir (2003), Griffa et al. (2010), Chang et al. (2009), Ou et al. (2018), Li et al. (2017), Yushkevich et al. (2006), Eklund et al.
(2017), Craddock et al. (2012), Lesjak et al. (2015), Arganda-Carreras et al. (2006), Yoo et al. (2002), Delgado-Gonzalo et al. (2012), Eskildsen et al.
(2012), Gulban et al. (2018), Lancaster et al. (2012), Natale et al. (2011), Cointepas et al. (2001), Schirner et al. (2016), Bazin et al. (2014), Hines et al.
(2009), Barbier et al. (2017), Bekolay et al. (2014), Gleeson et al. (2007), Stimberg et al. (2017), Loula et al. (2017), Karperien (2013),
López-Fernández et al. (2016), Schindelin et al. (2015), Gorgolewski et al. (2011), Prodanov and Verstreken (2012), de Moraes et al. (2011), Kesler
et al. (2011), McAuliffe et al. (2001), Valeri et al. (2015))

i i

i i
i i

“aXonica_report” — 2019/2/11 — 12:43 — page 4 — #4


i i

4 Bilal Wajid et al.

Furthermore, the developers will continue to update aXonica in order to 18 Segmentator (Gulban et al., 2018) 1.7 0.19.1
incorporate latest software tools. Additionally, the supplementary section Image Registration
contains the following:
19 Mango (Lancaster et al., 2012) 67 1.7.0
• Table for Selection criterion of software 20 bunwarpJ (Natale et al., 2011) 0.2 2.6.5
• Table for MATLAB Plug-ins which are not included
• Installation Instructions Image Surfacing
• Information about Data Acquisition and Software Pipeline
21 BrainVISA (Cointepas et al., 2001) 1100 4.5.0
• Download instructions for tutorial data-sets
• Sample examples for each step in the pipeline Structural Analysis
• Usage of aXonica_UI application
• Instruction to execute each tool Brain Connectomics

22 The Virtual Brain (Schirner et al., 670 1.5.4


2016)
Table 2: The table enumerates software packaged in aXonica in 23 CBS Tools (Bazin et al., 2014) 147 3.1.0
accordance with their categories. 24 HagaEtAl2017 (Haga and Fukai, 0.1 1.0.0
2017)
25 NEURON (Hines et al., 2009, 2008) 8 7.5.0
Sr. Software 26 SliceMap (Barbier et al., 2017) 44 1.0.0
Software Name Size (MB)
No. Version 27 Nengo (Bekolay et al., 2014) 38 2.8.0
28 neuroConstruct (Gleeson et al., 0.4 1.6.0
Pre-processing 2007)
29 MedInria (Toussaint et al., 2007) 58 2.2.3
Image Visualization 30 BRIAN (Stimberg et al., 2017) 68 2.0.2
31 Timedomain decoding (Loula et al., 0.5 1.0.0
1 Anatomist (Riviere et al., 2003) N-A 4.5.0
2017)
2 Dipy (Garyfallidis et al., 2014) 30 0.15.0
3 BoneJ (Doube et al., 2010) 0.7 1.0.0 Morphometric Analysis
4 ImageVIS3D (Fogal and Krüger, 30.9 3.1.0
2010) 32 FracLac (Karperien, 2013) 13.8 1.0.0
33 Gwyddion (Nečas and Klapetek, 50 2.44.1
Image Enhancement 2012)
5 AMIDE (Loening and Gambhir, 40 1.0.4 Image Classification
2003)
6 PID (Griffa et al., 2010) 5.1 1.12.0 34 LA-iMageS (López-Fernández 298 1.1.5
7 TORTOISE (Chang et al., 2009) 751.5 3.1.0 et al., 2016)
8 NormalizeFOV (Ou et al., 2018) 732 1.2.0 3D Image Analysis
9 FastFilter3D (Li et al., 2017) 0.3 1.0.0
35 Brainstorm (Tadel et al., 2011) 76.6 3.0.0
3D Image Reconstruction 36 ImageJ (Schindelin et al., 2015) 137.7 2.0.0
37 nipype (Gorgolewski et al., 2011) 48 1.1.7
10 ITK-SNAP (Yushkevich et al., 45.2 3.6.0
2006) Image Mapping
Processing 38 MRI-Processor (Prodanov and 0.5 1.0.0
Verstreken, 2012)
Image Segmentation
Data Management and Annotation
11 HeteroscedasticfMRI (Eklund et al., 0.19 1.0.0
2017) Format Management
12 pyClusterROI (Craddock et al., 0.4 1.0.0
2012) 39 NiBabel (de Moraes et al., 2011) 48 2.3.1
13 BrainSeg3D (Lesjak et al., 2015) 18.5 1.0.0 40 MRIcron (Kesler et al., 2011) 24.5 1.0.0
14 CMP-BIA (Arganda-Carreras et al., 0.1 0.3.0 DICOM File Management
2006)
15 ITK (Yoo et al., 2002) 88 3.4.7 41 MIPAV (McAuliffe et al., 2001) 134 8.0.2
16 E-Snake (Delgado-Gonzalo et al., 0.1 1.0.0 42 Weasis (Valeri et al., 2015) 19 3.0.4
2012)
17 mincBEAST (Eskildsen et al., 1.96 1.15.0
2012)

i i

i i
i i

“aXonica_report” — 2019/2/11 — 12:43 — page 5 — #5


i i

aXonica 5

(a) Welcome Screen (b) Internet Availability Screen (c) Dependencies Installation Screen

(d) Pre-processing Tools Selection Screen (e) Processing Tools Selection Screen (f) Structural Analysis Tools Selection Screen

(g) Format Management Tools Selection Screen (h) Finalizing Installation Screen

Fig. 2: The figure shows the dialog boxes which appear during the installation process. The Installation begins by the (a) Welcome Screen and (b)
checking the internet connection. If the system is connected installation of aXonica begins by first (c) installing dependencies followed by (d)
pre-processing, (e) processing, (f) structural analysis and (g) format management tools, completing the process by showing the (h) finish screen.

4 Conclusion 5 Availability and Requirements


This paper presents aXonica, a solution comprised of a GUI-based instal- aXonica is available and downloadable as follows:
lation package consisting of forty-two MRI image analysis software along
• Project Name: aXonica
with an additional GUI application facilitating the user to run installed
• Current Version: v3.1
software. aXonica is freely available under GPL v3.0 license, via github.
• URL: https://github.com/hasaniqbal777/aXonica
It comes with a detailed supplementary section encompassing tutorial
• Operating System: Ubuntu 16.04 LTS, Ubuntu 18.04 LTS
data-sets, version history and a step-by-step guide with instructions on
• Checked on: 15 January 2019
installation and use of different software. Moreover, to ensure longevity of
• License: GNU General Public License (GPL v3.0)
aXonica, authors tested and verified its running on both on Ubuntu 16.04
• Internet Connection: Required
and 18.04 LTS. Lastly, the authors intend to continuously update aXonica
• Contact: hasaniqbal777@gmail.com
with latest software in order to keep it relevant for several years to come.
• Note: Administrative privileges are required to install the software.

i i

i i
i i

“aXonica_report” — 2019/2/11 — 12:43 — page 6 — #6


i i

6 Bilal Wajid et al.

Bazin, P.-L., Weiss, M., Dinse, J., Schäfer, A., Trampel, R., and Turner, R. (2014). A
computational framework for ultra-high resolution cortical segmentation at 7 tesla.
Neuroimage, 93, 201–209.
Bekolay, T., Bergstra, J., Hunsberger, E., DeWolf, T., Stewart, T. C., Rasmussen, D.,
Choo, X., Voelker, A., and Eliasmith, C. (2014). Nengo: a python tool for building
large-scale functional brain models. Frontiers in neuroinformatics, 7, 48.
Chang, L.-C., Rohde, G. K., Basser, P. J., and Koay, G. (2009). Tortoise tolerably
obsessive registration and tensor optimization indolent software ensemble. pages
1–14. Springer.
Chen, J.-H., Agrawal, G., Feig, B., Baek, H.-M., Carpenter, P., Mehta, R., Nalcioglu,
O., and Su, M.-Y. (2007). Triple-negative breast cancer: Mri features in 29 patients.
Annals of oncology, 18(12), 2042–2043.
Cointepas, Y., Mangin, J.-F., Garnero, L., Poline, J.-B., and Benali, H. (2001).
Brainvisa: software platform for visualization and analysis of multi-modality brain
data. Neuroimage, 13(6), 98.
Craddock, R. C., James, G. A., Holtzheimer, P. E., Hu, X. P., and Mayberg, H. S.
(2012). A whole brain fmri atlas generated via spatially constrained spectral
(a) Main Step Selection Screen
clustering. Human brain mapping, 33(8), 1914–1928.
de Moraes, T. F., Amorim, P. H., de Souza Azevedo, F., and da Silva, J. V.
(2011). Invesalius: An open-source imaging application. Computational Vision
and Medical Image Processing, 1, 405–408.
Delgado-Gonzalo, R., Thevenaz, P., Seelamantula, C. S., and Unser, M. (2012). Sna-
kes with an ellipse-reproducing property. IEEE Transactions on Image Processing,
21(3), 1258–1271.
Doube, M., Kłosowski, M. M., Arganda-Carreras, I., Cordelières, F. P., Dougherty,
R. P., Jackson, J. S., Schmid, B., Hutchinson, J. R., and Shefelbine, S. J. (2010).
Bonej: free and extensible bone image analysis in imagej. Bone, 47(6), 1076–1079.
Eklund, A., Lindquist, M. A., and Villani, M. (2017). A bayesian heteroscedastic
glm with application to fmri data with motion spikes. NeuroImage, 155, 354–369.
Eskildsen, S. F., Coupé, P., Fonov, V., Manjón, J. V., Leung, K. K., Guizard, N.,
Wassef, S. N., Østergaard, L. R., Collins, D. L., Initiative, A. D. N., et al. (2012).
Beast: brain extraction based on nonlocal segmentation technique. NeuroImage,
59(3), 2362–2373.
(b) Pre-processing Selection screen Fogal, T. and Krüger, J. H. (2010). Tuvok, an architecture for large scale volume
rendering. In VMV , pages 139–146.
Garyfallidis, E., Brett, M., Amirbekian, B., Rokem, A., Van Der Walt, S., Descote-
aux, M., and Nimmo-Smith, I. (2014). Dipy, a library for the analysis of diffusion
mri data. Frontiers in neuroinformatics, 8, 8.
Gleeson, P., Steuber, V., and Silver, R. A. (2007). neuroconstruct: a tool for modeling
networks of neurons in 3d space. Neuron, 54(2), 219–235.
Gorgolewski, K., Burns, C. D., Madison, C., Clark, D., Halchenko, Y. O., Waskom,
M. L., and Ghosh, S. S. (2011). Nipype: a flexible, lightweight and extensible
neuroimaging data processing framework in python. Frontiers in neuroinformatics,
5, 13.
Griffa, A., Garin, N., and Sage, D. (2010). Comparison of deconvolution software:
a user point of view—part 2. GIT Imaging & Microscopy, 12(EPFL-ARTICLE-
163628), 41–43.
Gulban, O. F., Schneider, M., Marquardt, I., Haast, R. A., and De Martino, F. (2018).
A scalable method to improve gray matter segmentation at ultra high field mri.
bioRxiv, page 245738.
(c) Tool selection screen
Haga, T. and Fukai, T. (2017). Dendritic processing of spontaneous neuronal
sequences for one-shot learning. bioRxiv, page 165613.
Fig. 3: The figure shows the application boxes which the user will Hansen, M. S. and Kellman, P. (2015). Image reconstruction: an overview for
interact with in order to use installed software. They include (a) selecting clinicians. Journal of Magnetic Resonance Imaging, 41(3), 573–585.
Hentschel, B., Oehler, W., Strauß, D., Ulrich, A., and Malich, A. (2011). Definition
the primary analysis paradigm followed by (b) choosing the main of the ctv prostate in ct and mri by using ct–mri image fusion in imrt planning for
categories and finally (c) deciding which particular software to run prostate cancer. Strahlentherapie und Onkologie, 187(3), 183–190.
Hines, M., Davison, A. P., and Muller, E. (2009). Neuron and python. Frontiers in
neuroinformatics, 3, 1.
Hines, M. L., Markram, H., and Schürmann, F. (2008). Fully implicit paral-
References lel simulation of single neurons. Journal of computational neuroscience, 25(3),
439–448.
Arganda-Carreras, I., Sorzano, C. O., Marabini, R., Carazo, J. M., Ortiz-de
Igarashi, H. (2007). What stroke mri provides to us. Rinsho shinkeigaku= Clinical
Solorzano, C., and Kybic, J. (2006). Consistent and elastic registration of histo-
neurology, 47(11), 921–924.
logical sections using vector-spline regularization. In International Workshop on
Karperien, A. (2013). Fraclac for imagej. Charles Sturt University.
Computer Vision Approaches to Medical Image Analysis, pages 85–95. Springer.
Katti, G., Ara, S. A., and Shireen, A. (2011). Magnetic resonance imaging (mri)–a
Aswathy, S., Dhas, G. G. D., and Kumar, S. (2014). A survey on detection of brain
review. International journal of dental clinics, 3(1).
tumor from mri brain images. In Control, Instrumentation, Communication and
Kesler, S. R., Kent, J. S., and O’Hara, R. (2011). Prefrontal cortex and executive
Computational Technologies (ICCICCT), 2014 International Conference on, pages
function impairments in primary breast cancer. Archives of neurology, 68(11),
871–877. IEEE.
1447–1453.
Barbier, M., Bottelbergs, A., Nuydens, R., Ebneth, A., and De Vos, W. H. (2017).
Lancaster, J. L., Laird, A. R., Eickhoff, S. B., Martinez, M. J., Fox, P. M., and Fox,
Slicemap: an algorithm for automated brain region annotation. Bioinformatics.
P. T. (2012). Automated regional behavioral analysis for human brain images.
Barkhof, F., Filippi, M., Miller, D. H., Scheltens, P., Campi, A., Polman, C. H.,
Frontiers in neuroinformatics, 6, 23.
Comi, G., Ader, H. J., Losseff, N., and Valk, J. (1997). Comparison of mri criteria
Lesjak, Z., Galimzianova, A., Likar, B., Pernus, F., and Spiclin, Z. (2015). Incre-
at first presentation to predict conversion to clinically definite multiple sclerosis.
ased accuracy and reproducibility of ms lesion volume quantification by using
Brain: a journal of neurology, 120(11), 2059–2069.

i i

i i
i i

“aXonica_report” — 2019/2/11 — 12:43 — page 7 — #7


i i

aXonica 7

publicly available brainseg3d image analysis software. In MULTIPLE SCLEROSIS InTech.


JOURNAL, volume 21, pages 500–501. SAGE PUBLICATIONS LTD 1 OLIVERS Riviere, D., Régis, J., Cointepas, Y., Papadopoulos-Orfanos, D., Cachia, A., and
YARD, 55 CITY ROAD, LONDON EC1Y 1SP, ENGLAND. Mangin, J.-F. (2003). A freely available anatomist/brainvisa package for structural
Li, L., LaBarbera, D., Aurora, C., et al. (2017). 3d high-content screening of morphometry of the cortical sulci. NeuroImage, 19(2), e1825–e1826.
organoids for drug discovery. Compr. Med. Chem. III, pages 388–415. Schindelin, J., Rueden, C. T., Hiner, M. C., and Eliceiri, K. W. (2015). The
Loening, A. M. and Gambhir, S. S. (2003). Amide: a free software tool for multimo- imagej ecosystem: An open platform for biomedical image analysis. Molecular
dality medical image analysis. Molecular imaging, 2(3), 15353500200303133. reproduction and development, 82(7-8), 518–529.
López-Fernández, H., Pessôa, G. S., Arruda, M. A., Capelo-Martínez, J. L., Schirner, M., McIntosh, A. R., Jirsa, V., Deco, G., and Ritter, P. (2016). Bridging
Fdez-Riverola, F., Glez-Peña, D., and Reboiro-Jato, M. (2016). La-images: a multiple scales in the human brain using computational modelling. bioRxiv, page
software for elemental distribution bioimaging using la–icp–ms data. Journal of 085548.
cheminformatics, 8(1), 65. Stimberg, M., Goodman, D. F., Brette, R., and De Pittà, M. (2017). Modeling
Loula, J., Varoquaux, G., and Thirion, B. (2017). Decoding fmri activity in the time neuron-glia interactions with the brian 2 simulator. bioRxiv, page 198366.
domain improves classification performance. NeuroImage. Tadel, F., Baillet, S., Mosher, J. C., Pantazis, D., and Leahy, R. M. (2011). Brain-
McAuliffe, M. J., Lalonde, F. M., McGarry, D., Gandler, W., Csaky, K., and Trus, storm: a user-friendly application for meg/eeg analysis. Computational intelligence
B. L. (2001). Medical image processing, analysis and visualization in clinical and neuroscience, 2011, 8.
research. In Computer-Based Medical Systems, 2001. CBMS 2001. Proceedings. Toussaint, N., Souplet, J.-C., Fillard, P., et al. (2007). Medinria: medical image
14th IEEE Symposium on, pages 381–386. IEEE. navigation and research tool by inria. In Proc. of MICCAI, volume 7, page 87.
McDonald, J. W. and Sadowsky, C. (2002). Spinal-cord injury. The Lancet, Valeri, G., Mazza, F. A., Maggi, S., Aramini, D., La Riccia, L., Mazzoni, G., and
359(9304), 417–425. Giovagnoni, A. (2015). Open source software in a practical approach for post
Natale, M., Maresca, B., Abrescia, P., and Bucci, E. M. (2011). Image analysis processing of radiologic images. La radiologia medica, 120(3), 309–323.
workflow for 2-d electrophoresis gels based on imagej. Proteomics Insights, 4, Yoo, T. S., Ackerman, M. J., Lorensen, W. E., Schroeder, W., Chalana, V., Aylward,
PRI–S7971. S., Metaxas, D., and Whitaker, R. (2002). Engineering and algorithm design for
Nečas, D. and Klapetek, P. (2012). Gwyddion: an open-source software for spm data an image processing api: a technical report on itk-the insight toolkit. Studies in
analysis. Open Physics, 10(1), 181–188. health technology and informatics, pages 586–592.
Ou, Y., Zöllei, L., Da, X., Retzepi, K., Murphy, S. N., Gerstner, E. R., Rosen, Yushkevich, P. A., Piven, J., Hazlett, H. C., Smith, R. G., Ho, S., Gee, J. C., and Gerig,
B. R., Grant, P. E., Kalpathy-Cramer, J., and Gollub, R. L. (2018). Field of view G. (2006). User-guided 3d active contour segmentation of anatomical structures:
normalization in multi-site brain mri. Neuroinformatics, pages 1–14. significantly improved efficiency and reliability. Neuroimage, 31(3), 1116–1128.
Prodanov, D. and Verstreken, K. (2012). Automated segmentation and morphometry
of cell and tissue structures. selected algorithms in imagej. In Molecular Imaging.

i i

i i

Potrebbero piacerti anche