<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mitobo.informatik.uni-halle.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Poeschl</id>
	<title>MiToBo - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://mitobo.informatik.uni-halle.de/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Poeschl"/>
	<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php/Special:Contributions/Poeschl"/>
	<updated>2026-04-27T03:49:01Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=1010</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=1010"/>
		<updated>2020-11-27T08:38:54Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt; '''R versions &amp;lt; 3.5.0''':&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt; '''R versions &amp;gt;= 3.5.0''':&lt;br /&gt;
 &amp;lt;ul&amp;gt;If you do not have used Bioconductor before and have not installed any [http://bioconductor.org/install/ Bioconductor] packages yet, then:&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;Install BiocManager and core packages from Bioconductor:&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;if (!requireNamespace(&amp;quot;BiocManager&amp;quot;, quietly = TRUE))&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;install.packages(&amp;quot;BiocManager&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;BiocManager::install()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt;Install specific packages e.g. &amp;quot;multtest&amp;quot;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;BiocManager::install(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
We use Arial or Helvetica fonts when creating the plots, which is often recommended for publication. Therefore you will need to prepare your working environment by once running &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;loadfonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the creation of a font database.&amp;lt;br&amp;gt;&lt;br /&gt;
You can check which fonts where found and load by &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;fonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows (R scripts) for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/developmentalStages.zip Sample data and R scripts for analyses of developmental stages]&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/mutantScreening.zip Sample data and R scripts for mutant screening]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data&lt;br /&gt;
&amp;lt;li&amp;gt; workflows and &lt;br /&gt;
&amp;lt;li&amp;gt; data description files&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
. &lt;br /&gt;
The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in Poeschl et al 2020. The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both archives include ready to use workflows for provided sample data sets. Only the path to the folder of the extracted archive needs to be set as working directory in the corresponding R-scripts. &amp;lt;br&amp;gt; &lt;br /&gt;
In detail '''developmentalStages.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Time-series_2-3-5-7, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 3 workflows: 1 general workflow for analyses of developmental stages and 2 specific workflows for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0: including prepared outputFolder containing the customised data description file&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0_iqd5-1_iqd5-2: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
In detail '''mutantScreening.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Mutants, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 2 workflows: 1 general workflow for screening mutants and 1 specific workflow for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; mutant_screening: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setwd(...)'') where the output folder will be created, and the data directory (set with ''dataDir'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===== Email =====&lt;br /&gt;
[[file:Email.png|left|36px|link=]]&lt;br /&gt;
Don't hesitate to send an email when you encounter a problem or when you have questions: [mailto:poeschl@informatik.uni-halle.de poeschl@informatik.uni-halle.de]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Old versions ===&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=1009</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=1009"/>
		<updated>2020-11-27T08:37:57Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: /* Documentation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt; '''R versions &amp;lt; 3.5.0''':&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt; '''R versions &amp;gt;= 3.5.0''':&lt;br /&gt;
 &amp;lt;ul&amp;gt;If you do not have used Bioconductor before and have not installed any Bioconductor packages yet, then:&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;Install BiocManager and core packages from Bioconductor:&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;if (!requireNamespace(&amp;quot;BiocManager&amp;quot;, quietly = TRUE))&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;install.packages(&amp;quot;BiocManager&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;BiocManager::install()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt;Install specific packages e.g. &amp;quot;multtest&amp;quot;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;BiocManager::install(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
We use Arial or Helvetica fonts when creating the plots, which is often recommended for publication. Therefore you will need to prepare your working environment by once running &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;loadfonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the creation of a font database.&amp;lt;br&amp;gt;&lt;br /&gt;
You can check which fonts where found and load by &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;fonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows (R scripts) for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/developmentalStages.zip Sample data and R scripts for analyses of developmental stages]&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/mutantScreening.zip Sample data and R scripts for mutant screening]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data&lt;br /&gt;
&amp;lt;li&amp;gt; workflows and &lt;br /&gt;
&amp;lt;li&amp;gt; data description files&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
. &lt;br /&gt;
The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in Poeschl et al 2020. The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both archives include ready to use workflows for provided sample data sets. Only the path to the folder of the extracted archive needs to be set as working directory in the corresponding R-scripts. &amp;lt;br&amp;gt; &lt;br /&gt;
In detail '''developmentalStages.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Time-series_2-3-5-7, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 3 workflows: 1 general workflow for analyses of developmental stages and 2 specific workflows for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0: including prepared outputFolder containing the customised data description file&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0_iqd5-1_iqd5-2: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
In detail '''mutantScreening.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Mutants, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 2 workflows: 1 general workflow for screening mutants and 1 specific workflow for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; mutant_screening: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setwd(...)'') where the output folder will be created, and the data directory (set with ''dataDir'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===== Email =====&lt;br /&gt;
[[file:Email.png|left|36px|link=]]&lt;br /&gt;
Don't hesitate to send an email when you encounter a problem or when you have questions: [mailto:poeschl@informatik.uni-halle.de poeschl@informatik.uni-halle.de]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Old versions ===&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=1008</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=1008"/>
		<updated>2020-11-27T08:35:55Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt; '''R versions &amp;lt; 3.5.0''':&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt; '''R versions &amp;gt;= 3.5.0''':&lt;br /&gt;
 &amp;lt;ul&amp;gt;If you do not have used Bioconductor before and have not installed any Bioconductor packages yet, then:&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;Install BiocManager and core packages from Bioconductor:&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;if (!requireNamespace(&amp;quot;BiocManager&amp;quot;, quietly = TRUE))&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;install.packages(&amp;quot;BiocManager&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;BiocManager::install()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt;Install specific packages e.g. &amp;quot;multtest&amp;quot;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;BiocManager::install(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
We use Arial or Helvetica fonts when creating the plots, which is often recommended for publication. Therefore you will need to prepare your working environment by once running &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;loadfonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the creation of a font database.&amp;lt;br&amp;gt;&lt;br /&gt;
You can check which fonts where found and load by &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;fonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/developmentalStages.zip Sample data and workflow for analyses of developmental stages]&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/mutantScreening.zip Sample data and workflow for mutant screening]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data&lt;br /&gt;
&amp;lt;li&amp;gt; workflows and &lt;br /&gt;
&amp;lt;li&amp;gt; data description files&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
. &lt;br /&gt;
The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in Poeschl et al 2020. The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both archives include ready to use workflows for provided sample data sets. Only the path to the folder of the extracted archive needs to be set as working directory in the corresponding R-scripts. &amp;lt;br&amp;gt; &lt;br /&gt;
In detail '''developmentalStages.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Time-series_2-3-5-7, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 3 workflows: 1 general workflow for analyses of developmental stages and 2 specific workflows for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0: including prepared outputFolder containing the customised data description file&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0_iqd5-1_iqd5-2: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
In detail '''mutantScreening.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Mutants, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 2 workflows: 1 general workflow for screening mutants and 1 specific workflow for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; mutant_screening: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setwd(...)'') where the output folder will be created, and the data directory (set with ''dataDir'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===== Email =====&lt;br /&gt;
[[file:Email.png|left|36px|link=]]&lt;br /&gt;
Don't hesitate to send an email when you encounter a problem or when you have questions: [mailto:poeschl@informatik.uni-halle.de poeschl@informatik.uni-halle.de]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Old versions ===&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=1007</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=1007"/>
		<updated>2020-11-27T08:34:37Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt; '''R versions &amp;lt; 3.5.0''':&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt; '''R versions &amp;gt;= 3.5.0''':&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;If you do not have used Bioconductor before and have not installed any Bioconductor packages yet, then:&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;Install BiocManager and core packages from Bioconductor:&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;if (!requireNamespace(&amp;quot;BiocManager&amp;quot;, quietly = TRUE))&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;install.packages(&amp;quot;BiocManager&amp;quot;)&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;BiocManager::install()&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;Install specific packages e.g. &amp;quot;multtest&amp;quot;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;BiocManager::install(&amp;quot;multtest&amp;quot;)&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
We use Arial or Helvetica fonts when creating the plots, which is often recommended for publication. Therefore you will need to prepare your working environment by once running &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;loadfonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the creation of a font database.&amp;lt;br&amp;gt;&lt;br /&gt;
You can check which fonts where found and load by &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;fonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/developmentalStages.zip Sample data and workflow for analyses of developmental stages]&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/mutantScreening.zip Sample data and workflow for mutant screening]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data&lt;br /&gt;
&amp;lt;li&amp;gt; workflows and &lt;br /&gt;
&amp;lt;li&amp;gt; data description files&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
. &lt;br /&gt;
The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in Poeschl et al 2020. The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both archives include ready to use workflows for provided sample data sets. Only the path to the folder of the extracted archive needs to be set as working directory in the corresponding R-scripts. &amp;lt;br&amp;gt; &lt;br /&gt;
In detail '''developmentalStages.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Time-series_2-3-5-7, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 3 workflows: 1 general workflow for analyses of developmental stages and 2 specific workflows for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0: including prepared outputFolder containing the customised data description file&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0_iqd5-1_iqd5-2: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
In detail '''mutantScreening.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Mutants, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 2 workflows: 1 general workflow for screening mutants and 1 specific workflow for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; mutant_screening: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setwd(...)'') where the output folder will be created, and the data directory (set with ''dataDir'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===== Email =====&lt;br /&gt;
[[file:Email.png|left|36px|link=]]&lt;br /&gt;
Don't hesitate to send an email when you encounter a problem or when you have questions: [mailto:poeschl@informatik.uni-halle.de poeschl@informatik.uni-halle.de]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Old versions ===&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=1006</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=1006"/>
		<updated>2020-11-27T08:33:25Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt; '''R versions &amp;lt; 3.5.0''':&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt; '''R versions &amp;gt;= 3.5.0''':&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;If you do not have used Bioconductor before and have not installed any Bioconductor packages yet, then:&lt;br /&gt;
 &amp;lt;ul&amp;gt; Install BiocManager and core packages from Bioconductor:&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;if (!requireNamespace(&amp;quot;BiocManager&amp;quot;, quietly = TRUE))&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;install.packages(&amp;quot;BiocManager&amp;quot;)&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;BiocManager::install()&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt;Install specific packages e.g. &amp;quot;multtest&amp;quot;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;BiocManager::install(&amp;quot;multtest&amp;quot;)&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
We use Arial or Helvetica fonts when creating the plots, which is often recommended for publication. Therefore you will need to prepare your working environment by once running &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;loadfonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the creation of a font database.&amp;lt;br&amp;gt;&lt;br /&gt;
You can check which fonts where found and load by &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;fonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/developmentalStages.zip Sample data and workflow for analyses of developmental stages]&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/mutantScreening.zip Sample data and workflow for mutant screening]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data&lt;br /&gt;
&amp;lt;li&amp;gt; workflows and &lt;br /&gt;
&amp;lt;li&amp;gt; data description files&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
. &lt;br /&gt;
The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in Poeschl et al 2020. The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both archives include ready to use workflows for provided sample data sets. Only the path to the folder of the extracted archive needs to be set as working directory in the corresponding R-scripts. &amp;lt;br&amp;gt; &lt;br /&gt;
In detail '''developmentalStages.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Time-series_2-3-5-7, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 3 workflows: 1 general workflow for analyses of developmental stages and 2 specific workflows for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0: including prepared outputFolder containing the customised data description file&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0_iqd5-1_iqd5-2: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
In detail '''mutantScreening.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Mutants, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 2 workflows: 1 general workflow for screening mutants and 1 specific workflow for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; mutant_screening: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setwd(...)'') where the output folder will be created, and the data directory (set with ''dataDir'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===== Email =====&lt;br /&gt;
[[file:Email.png|left|36px|link=]]&lt;br /&gt;
Don't hesitate to send an email when you encounter a problem or when you have questions: [mailto:poeschl@informatik.uni-halle.de poeschl@informatik.uni-halle.de]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Old versions ===&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=1005</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=1005"/>
		<updated>2020-11-27T08:32:52Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt; '''R versions &amp;lt; 3.5.0''':&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt; '''R versions &amp;gt;= 3.5.0''':&lt;br /&gt;
 &amp;lt;blockquote&amp;gt; If you do not have used Bioconductor before and have not installed any Bioconductor packages yet, then:&lt;br /&gt;
 &amp;lt;ul&amp;gt; Install BiocManager and core packages from Bioconductor:&lt;br /&gt;
 &amp;lt;blockquote&amp;gt; if (!requireNamespace(&amp;quot;BiocManager&amp;quot;, quietly = TRUE))&lt;br /&gt;
 &amp;lt;blockquote&amp;gt; install.packages(&amp;quot;BiocManager&amp;quot;)&lt;br /&gt;
 &amp;lt;blockquote&amp;gt; BiocManager::install()&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt; Install specific packages e.g. &amp;quot;multtest&amp;quot;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt; BiocManager::install(&amp;quot;multtest&amp;quot;)&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
We use Arial or Helvetica fonts when creating the plots, which is often recommended for publication. Therefore you will need to prepare your working environment by once running &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;loadfonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the creation of a font database.&amp;lt;br&amp;gt;&lt;br /&gt;
You can check which fonts where found and load by &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;fonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/developmentalStages.zip Sample data and workflow for analyses of developmental stages]&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/mutantScreening.zip Sample data and workflow for mutant screening]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data&lt;br /&gt;
&amp;lt;li&amp;gt; workflows and &lt;br /&gt;
&amp;lt;li&amp;gt; data description files&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
. &lt;br /&gt;
The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in Poeschl et al 2020. The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both archives include ready to use workflows for provided sample data sets. Only the path to the folder of the extracted archive needs to be set as working directory in the corresponding R-scripts. &amp;lt;br&amp;gt; &lt;br /&gt;
In detail '''developmentalStages.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Time-series_2-3-5-7, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 3 workflows: 1 general workflow for analyses of developmental stages and 2 specific workflows for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0: including prepared outputFolder containing the customised data description file&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0_iqd5-1_iqd5-2: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
In detail '''mutantScreening.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Mutants, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 2 workflows: 1 general workflow for screening mutants and 1 specific workflow for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; mutant_screening: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setwd(...)'') where the output folder will be created, and the data directory (set with ''dataDir'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===== Email =====&lt;br /&gt;
[[file:Email.png|left|36px|link=]]&lt;br /&gt;
Don't hesitate to send an email when you encounter a problem or when you have questions: [mailto:poeschl@informatik.uni-halle.de poeschl@informatik.uni-halle.de]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Old versions ===&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=1004</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=1004"/>
		<updated>2020-11-27T08:30:01Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt; '''R versions &amp;lt; 3.5.0''':&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt; '''R versions &amp;gt;= 3.5.0''':&lt;br /&gt;
 &amp;lt;blockquote&amp;gt; If you do not have used Bioconductor before and have not installed any Bioconductor packages yet, then:&lt;br /&gt;
 &amp;lt;ul&amp;gt; Install BiocManager and core packages from Bioconductor&lt;br /&gt;
 &amp;lt;blockquote&amp;gt; if (!requireNamespace(&amp;quot;BiocManager&amp;quot;, quietly = TRUE))&lt;br /&gt;
    install.packages(&amp;quot;BiocManager&amp;quot;)&lt;br /&gt;
BiocManager::install()&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
We use Arial or Helvetica fonts when creating the plots, which is often recommended for publication. Therefore you will need to prepare your working environment by once running &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;loadfonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the creation of a font database.&amp;lt;br&amp;gt;&lt;br /&gt;
You can check which fonts where found and load by &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;fonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/developmentalStages.zip Sample data and workflow for analyses of developmental stages]&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/mutantScreening.zip Sample data and workflow for mutant screening]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data&lt;br /&gt;
&amp;lt;li&amp;gt; workflows and &lt;br /&gt;
&amp;lt;li&amp;gt; data description files&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
. &lt;br /&gt;
The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in Poeschl et al 2020. The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both archives include ready to use workflows for provided sample data sets. Only the path to the folder of the extracted archive needs to be set as working directory in the corresponding R-scripts. &amp;lt;br&amp;gt; &lt;br /&gt;
In detail '''developmentalStages.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Time-series_2-3-5-7, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 3 workflows: 1 general workflow for analyses of developmental stages and 2 specific workflows for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0: including prepared outputFolder containing the customised data description file&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0_iqd5-1_iqd5-2: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
In detail '''mutantScreening.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Mutants, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 2 workflows: 1 general workflow for screening mutants and 1 specific workflow for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; mutant_screening: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setwd(...)'') where the output folder will be created, and the data directory (set with ''dataDir'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===== Email =====&lt;br /&gt;
[[file:Email.png|left|36px|link=]]&lt;br /&gt;
Don't hesitate to send an email when you encounter a problem or when you have questions: [mailto:poeschl@informatik.uni-halle.de poeschl@informatik.uni-halle.de]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Old versions ===&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=1003</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=1003"/>
		<updated>2020-11-27T08:25:04Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: /* Installation */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;ul&amp;gt; R versions &amp;lt; 3.5.0:&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
We use Arial or Helvetica fonts when creating the plots, which is often recommended for publication. Therefore you will need to prepare your working environment by once running &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;loadfonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the creation of a font database.&amp;lt;br&amp;gt;&lt;br /&gt;
You can check which fonts where found and load by &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;fonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/developmentalStages.zip Sample data and workflow for analyses of developmental stages]&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/mutantScreening.zip Sample data and workflow for mutant screening]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data&lt;br /&gt;
&amp;lt;li&amp;gt; workflows and &lt;br /&gt;
&amp;lt;li&amp;gt; data description files&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
. &lt;br /&gt;
The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in Poeschl et al 2020. The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both archives include ready to use workflows for provided sample data sets. Only the path to the folder of the extracted archive needs to be set as working directory in the corresponding R-scripts. &amp;lt;br&amp;gt; &lt;br /&gt;
In detail '''developmentalStages.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Time-series_2-3-5-7, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 3 workflows: 1 general workflow for analyses of developmental stages and 2 specific workflows for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0: including prepared outputFolder containing the customised data description file&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0_iqd5-1_iqd5-2: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
In detail '''mutantScreening.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Mutants, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 2 workflows: 1 general workflow for screening mutants and 1 specific workflow for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; mutant_screening: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setwd(...)'') where the output folder will be created, and the data directory (set with ''dataDir'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===== Email =====&lt;br /&gt;
[[file:Email.png|left|36px|link=]]&lt;br /&gt;
Don't hesitate to send an email when you encounter a problem or when you have questions: [mailto:poeschl@informatik.uni-halle.de poeschl@informatik.uni-halle.de]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Old versions ===&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=1002</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=1002"/>
		<updated>2020-07-24T17:10:51Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
We use Arial or Helvetica fonts when creating the plots, which is often recommended for publication. Therefore you will need to prepare your working environment by once running &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;loadfonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the creation of a font database.&amp;lt;br&amp;gt;&lt;br /&gt;
You can check which fonts where found and load by &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;fonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/developmentalStages.zip Sample data and workflow for analyses of developmental stages]&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/mutantScreening.zip Sample data and workflow for mutant screening]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data&lt;br /&gt;
&amp;lt;li&amp;gt; workflows and &lt;br /&gt;
&amp;lt;li&amp;gt; data description files&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
. &lt;br /&gt;
The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in Poeschl et al 2020. The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both archives include ready to use workflows for provided sample data sets. Only the path to the folder of the extracted archive needs to be set as working directory in the corresponding R-scripts. &amp;lt;br&amp;gt; &lt;br /&gt;
In detail '''developmentalStages.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Time-series_2-3-5-7, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 3 workflows: 1 general workflow for analyses of developmental stages and 2 specific workflows for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0: including prepared outputFolder containing the customised data description file&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0_iqd5-1_iqd5-2: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
In detail '''mutantScreening.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Mutants, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 2 workflows: 1 general workflow for screening mutants and 1 specific workflow for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; mutant_screening: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setwd(...)'') where the output folder will be created, and the data directory (set with ''dataDir'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===== Email =====&lt;br /&gt;
[[file:Email.png|left|36px|link=]]&lt;br /&gt;
Don't hesitate to send an email when you encounter a problem or when you have questions: [mailto:poeschl@informatik.uni-halle.de poeschl@informatik.uni-halle.de]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Old versions ===&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=1001</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=1001"/>
		<updated>2020-07-24T12:20:05Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
We use Arial or Helvetica fonts when creating the plots, which is often recommended for publication. Therefore you will need to prepare your working environment by once running &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;loadfonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the creation of a font database.&amp;lt;br&amp;gt;&lt;br /&gt;
You can check which fonts where found and load by &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;fonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/developmentalStages.zip Sample data and workflow for analyses of developmental stages]&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/muntantScreening.zip Sample data and workflow for mutant screening]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data&lt;br /&gt;
&amp;lt;li&amp;gt; workflows and &lt;br /&gt;
&amp;lt;li&amp;gt; data description files&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
. &lt;br /&gt;
The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in Poeschl et al 2020. The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both archives include ready to use workflows for provided sample data sets. Only the path to the folder of the extracted archive needs to be set as working directory in the corresponding R-scripts. &amp;lt;br&amp;gt; &lt;br /&gt;
In detail '''developmentalStages.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Time-series_2-3-5-7, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 3 workflows: 1 general workflow for analyses of developmental stages and 2 specific workflows for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0: including prepared outputFolder containing the customised data description file&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0_iqd5-1_iqd5-2: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
In detail '''mutantScreening.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Mutants, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 2 workflows: 1 general workflow for screening mutants and 1 specific workflow for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; mutant_screening: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setwd(...)'') where the output folder will be created, and the data directory (set with ''dataDir'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===== Email =====&lt;br /&gt;
[[file:Email.png|left|36px|link=]]&lt;br /&gt;
Don't hesitate to send an email when you encounter a problem or when you have questions: [mailto:poeschl@informatik.uni-halle.de poeschl@informatik.uni-halle.de]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Old versions ===&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=1000</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=1000"/>
		<updated>2020-07-24T12:18:11Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
We use Arial or Helvetica fonts when creating the plots, which is often recommended for publication. Therefore you will need to prepare your working environment by once running &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;loadfonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the creation of a font database.&amp;lt;br&amp;gt;&lt;br /&gt;
You can check which fonts where found and load by &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;fonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/developmentalStages.zip Sample data and workflow for analyses of developmental stages]&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/muntantScreening.zip Sample data and workflow for mutant screening]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data&lt;br /&gt;
&amp;lt;li&amp;gt; workflows and &lt;br /&gt;
&amp;lt;li&amp;gt; data description files&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
. &lt;br /&gt;
The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in Poeschl et al 2020. The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both archives include ready to use workflows for provided sample data sets. The only the path to the folder of the extracted archive needs to be set as working directory. &amp;lt;br&amp;gt; &lt;br /&gt;
In detail '''developmentalStages.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Time-series_2-3-5-7, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 3 workflows: 1 general workflow for analyses of developmental stages and 2 specific workflows for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0: including prepared outputFolder containing the customised data description file&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0_iqd5-1_iqd5-2: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
In detail '''mutantScreening.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Mutants, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 2 workflows: 1 general workflow for screening mutants and 1 specific workflow for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; mutant_screening: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setwd(...)'') where the output folder will be created, and the data directory (set with ''dataDir'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===== Email =====&lt;br /&gt;
[[file:Email.png|left|36px|link=]]&lt;br /&gt;
Don't hesitate to send an email when you encounter a problem or when you have questions: [mailto:poeschl@informatik.uni-halle.de poeschl@informatik.uni-halle.de]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Old versions ===&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=999</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=999"/>
		<updated>2020-07-24T12:17:47Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; We use Arial or Helvetica fonts when creating the plots, which is often recommended for publication. Therefore you will need to prepare your working environment by once running &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;loadfonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the creation of a font database.&amp;lt;br&amp;gt;&lt;br /&gt;
You can check which fonts where found and load by &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;fonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/developmentalStages.zip Sample data and workflow for analyses of developmental stages]&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/muntantScreening.zip Sample data and workflow for mutant screening]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data&lt;br /&gt;
&amp;lt;li&amp;gt; workflows and &lt;br /&gt;
&amp;lt;li&amp;gt; data description files&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
. &lt;br /&gt;
The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in Poeschl et al 2020. The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both archives include ready to use workflows for provided sample data sets. The only the path to the folder of the extracted archive needs to be set as working directory. &amp;lt;br&amp;gt; &lt;br /&gt;
In detail '''developmentalStages.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Time-series_2-3-5-7, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 3 workflows: 1 general workflow for analyses of developmental stages and 2 specific workflows for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0: including prepared outputFolder containing the customised data description file&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0_iqd5-1_iqd5-2: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
In detail '''mutantScreening.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Mutants, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 2 workflows: 1 general workflow for screening mutants and 1 specific workflow for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; mutant_screening: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setwd(...)'') where the output folder will be created, and the data directory (set with ''dataDir'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===== Email =====&lt;br /&gt;
[[file:Email.png|left|36px|link=]]&lt;br /&gt;
Don't hesitate to send an email when you encounter a problem or when you have questions: [mailto:poeschl@informatik.uni-halle.de poeschl@informatik.uni-halle.de]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Old versions ===&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=998</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=998"/>
		<updated>2020-07-24T12:16:38Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/developmentalStages.zip Sample data and workflow for analyses of developmental stages]&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/muntantScreening.zip Sample data and workflow for mutant screening]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data&lt;br /&gt;
&amp;lt;li&amp;gt; workflows and &lt;br /&gt;
&amp;lt;li&amp;gt; data description files&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
. &lt;br /&gt;
The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in Poeschl et al 2020. The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Both archives include ready to use workflows for provided sample data sets. The only the path to the folder of the extracted archive needs to be set as working directory. &amp;lt;br&amp;gt; &lt;br /&gt;
In detail '''developmentalStages.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Time-series_2-3-5-7, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 3 workflows: 1 general workflow for analyses of developmental stages and 2 specific workflows for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0: including prepared outputFolder containing the customised data description file&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0_iqd5-1_iqd5-2: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
In detail '''mutantScreening.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Mutants, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 2 workflows: 1 general workflow for screening mutants and 1 specific workflow for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; mutant_screening: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setwd(...)'') where the output folder will be created, and the data directory (set with ''dataDir'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; We use Arial or Helvetica fonts when creating the plots, which is often recommended for publication. Therefore you will need to prepare your working environment by once running &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;loadfonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the creation of a font database.&amp;lt;br&amp;gt;&lt;br /&gt;
You can check which fonts where found and load by &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;fonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===== Email =====&lt;br /&gt;
[[file:Email.png|left|36px|link=]]&lt;br /&gt;
Don't hesitate to send an email when you encounter a problem or when you have questions: [mailto:poeschl@informatik.uni-halle.de poeschl@informatik.uni-halle.de]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Old versions ===&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=997</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=997"/>
		<updated>2020-07-24T12:11:45Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/developmentalStages.zip Sample data and workflow for analyses of developmental stages]&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/muntantScreening.zip Sample data and workflow for mutant screening]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data&lt;br /&gt;
&amp;lt;li&amp;gt; workflows and &lt;br /&gt;
&amp;lt;li&amp;gt; data description files&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
. &lt;br /&gt;
The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in Poeschl et al 2020. The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
More specifically '''developmentalStages.zip''' contains&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data: Time-series_2-3-5-7, a folder containing the data organised into folders&lt;br /&gt;
&amp;lt;li&amp;gt; 3 workflows: 1 general workflow for analyses of developmental stages and 2 specific workflows for&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0: including prepared outputFolder containing the customised data description file&lt;br /&gt;
    &amp;lt;li&amp;gt; Col-0_iqd5-1_iqd5-2: including prepared outputFolder containing the customised data description file&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setwd(...)'') where the output folder will be created, and the data directory (set with ''dataDir'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; We use Arial or Helvetica fonts when creating the plots, which is often recommended for publication. Therefore you will need to prepare your working environment by once running &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;loadfonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the creation of a font database.&amp;lt;br&amp;gt;&lt;br /&gt;
You can check which fonts where found and load by &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;fonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===== Email =====&lt;br /&gt;
[[file:Email.png|left|36px|link=]]&lt;br /&gt;
Don't hesitate to send an email when you encounter a problem or when you have questions: [mailto:poeschl@informatik.uni-halle.de poeschl@informatik.uni-halle.de]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Old versions ===&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=996</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=996"/>
		<updated>2020-07-24T12:05:55Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/developmentalStages.zip Sample data and workflow for analyses of developmental stages]&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/muntantScreening.zip Sample data and workflow for mutant screening]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data&lt;br /&gt;
&amp;lt;li&amp;gt; workflows and &lt;br /&gt;
&amp;lt;li&amp;gt; data description files&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
. &lt;br /&gt;
The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in Poeschl et al 2020. The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setwd(...)'') where the output folder will be created, and the data directory (set with ''dataDir'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; We use Arial or Helvetica fonts when creating the plots, which is often recommended for publication. Therefore you will need to prepare your working environment by once running &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;loadfonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the creation of a font database.&amp;lt;br&amp;gt;&lt;br /&gt;
You can check which fonts where found and load by &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;fonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===== Email =====&lt;br /&gt;
[[file:Email.png|left|36px|link=]]&lt;br /&gt;
Don't hesitate to send an email when you encounter a problem or when you have questions: [mailto:poeschl@informatik.uni-halle.de poeschl@informatik.uni-halle.de]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Old versions ===&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=995</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=995"/>
		<updated>2020-07-23T13:32:26Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/devStages.zip Sample data and workflow for analyses of developmental stages]&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/muntantScreening.zip Sample data and workflow for mutant screening]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data&lt;br /&gt;
&amp;lt;li&amp;gt; workflows and &lt;br /&gt;
&amp;lt;li&amp;gt; data description files&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
. &lt;br /&gt;
The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in Poeschl et al 2020. The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setwd(...)'') where the output folder will be created, and the data directory (set with ''dataDir'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; We use Arial or Helvetica fonts when creating the plots, which is often recommended for publication. Therefore you will need to prepare your working environment by once running &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;loadfonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the creation of a font database.&amp;lt;br&amp;gt;&lt;br /&gt;
You can check which fonts where found and load by &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;fonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===== Email =====&lt;br /&gt;
[[file:Email.png|left|36px|link=]]&lt;br /&gt;
Don't hesitate to send an email when you encounter a problem or when you have questions: [mailto:poeschl@informatik.uni-halle.de poeschl@informatik.uni-halle.de]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Old versions ===&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=994</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=994"/>
		<updated>2020-07-23T13:26:01Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/devStages.zip Sample data and workflow for analyses of developmental stages]&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/muntantScreening.zip Sample data and workflow for mutant screening]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data&lt;br /&gt;
&amp;lt;li&amp;gt; workflows and &lt;br /&gt;
&amp;lt;li&amp;gt; data description files&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
. &lt;br /&gt;
The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in Poeschl et al 2020. The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setwd(...)'') where the output folder will be created, and the data directory (set with ''dataDir'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; We use Arial or Helvetica fonts when creating the plots, which is often recommended for publication. Therefore you will need to prepare your working environment by once running &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;loadfonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the creation of a font database.&amp;lt;br&amp;gt;&lt;br /&gt;
You can check which fonts where found and load by &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;fonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Old versions ===&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=993</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=993"/>
		<updated>2020-07-23T13:25:31Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/devStages.zip Sample data and workflow for analyses of developmental stages]&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/muntantScreening.zip Sample data and workflow for mutant screening]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data&lt;br /&gt;
&amp;lt;li&amp;gt; workflows and &lt;br /&gt;
&amp;lt;li&amp;gt; data description files&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
. &lt;br /&gt;
The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in Poeschl et al 2020. The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setwd(...)'') where the output folder will be created, and the data directory (set with ''dataDir'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; We use Arial or Helvetica fonts when creating the plots, which is often recommended for publication. Therefore you will need to prepare your working environment by once running &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;loadfonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the creation of a font database.&amp;lt;br&amp;gt;&lt;br /&gt;
You can check which font where found an d load by &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;fonts()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Old versions ===&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=992</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=992"/>
		<updated>2020-07-23T13:22:21Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/devStages.zip Sample data and workflow for analyses of developmental stages]&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/muntantScreening.zip Sample data and workflow for mutant screening]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data&lt;br /&gt;
&amp;lt;li&amp;gt; workflows and &lt;br /&gt;
&amp;lt;li&amp;gt; data description files&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
. &lt;br /&gt;
The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in Poeschl et al 2020. The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setwd(...)'') where the output folder will be created, and the data directory (set with ''dataDir'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; We use Arial or Helvetica fonts when creating the plots, which is often recommended for publication. Therefore you will need to prepare your working environment by once running &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Old versions ===&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=991</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=991"/>
		<updated>2020-07-23T13:21:21Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/devStages.zip Sample data and workflow for analyses of developmental stages]&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/muntantScreening.zip Sample data and workflow for mutant screening]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data&lt;br /&gt;
&amp;lt;li&amp;gt; workflows and &lt;br /&gt;
&amp;lt;li&amp;gt; data description files&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
. &lt;br /&gt;
The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in Poeschl et al 2020. The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setwd(...)'') where the output folder will be created, and the data directory (set with ''dataDir'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; We use Arial or Helvetica fonts when creating the plots, which is often recommended for publication. Therefore you will need to prepare your working environment by once running &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
To circumvent these problems call once in Rstudio the following two commands,&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Old versions ===&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=990</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=990"/>
		<updated>2020-07-23T13:18:50Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/devStages.zip Sample data and workflow for analyses of developmental stages]&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/muntantScreening.zip Sample data and workflow for mutant screening]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data&lt;br /&gt;
&amp;lt;li&amp;gt; workflows and &lt;br /&gt;
&amp;lt;li&amp;gt; data description files&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
. &lt;br /&gt;
The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in Poeschl et al 2020. The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setwd(...)'') where the output folder will be created, and the data directory (set with ''dataDir'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
To circumvent these problems call once in Rstudio the following two commands,&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Old versions ===&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=989</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=989"/>
		<updated>2020-07-23T13:17:16Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/devStages.zip Sample data and workflow for analyses of developmental stages]&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/muntantScreening.zip Sample data and workflow for mutant screening]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific &amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; sample data&lt;br /&gt;
&amp;lt;li&amp;gt; workflows and &lt;br /&gt;
&amp;lt;li&amp;gt; data description files&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
. &lt;br /&gt;
The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in Poeschl et al 2020. The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setpw(...)'') where the result folder will be created, and the data directory (set with ''setDataDir(...)'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
To circumvent these problems call once in Rstudio the following two commands,&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Old versions ===&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=988</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=988"/>
		<updated>2020-07-23T13:11:52Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out now! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The vignette is currently under construction. An updated version will be released soon.'''&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the new version of the package with sample data and small workflows for analyses of developmental stages and mutant screening. Therefore we provide two archives:&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/devStages.zip Sample data and workflow for analyses developmental stages]&lt;br /&gt;
&lt;br /&gt;
Both archives contain the specific sample data, workflows and data description files. The sample data sets are reduced to 2 microscopy images per group (time point or species). The workflows contain the function calls depicted in Fig. 5 in .... The data description files are customized to fit e.g. the species and time points included in our analyses, color used or font face used.&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setpw(...)'') where the result folder will be created, and the data directory (set with ''setDataDir(...)'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
To circumvent these problems call once in Rstudio the following two commands,&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=987</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=987"/>
		<updated>2020-07-23T13:05:24Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 is out! It can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://informatik.uni-halle.de/~poeschl/PaCeQuantAna/BookChapter2020/PaCeQuantAna_1.0.3.tar.gz R package v1.0.3]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setpw(...)'') where the result folder will be created, and the data directory (set with ''setDataDir(...)'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
To circumvent these problems call once in Rstudio the following two commands,&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
	<entry>
		<id>https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=986</id>
		<title>Applications/PaCeQuantAna</title>
		<link rel="alternate" type="text/html" href="https://mitobo.informatik.uni-halle.de/index.php?title=Applications/PaCeQuantAna&amp;diff=986"/>
		<updated>2020-07-23T12:52:36Z</updated>

		<summary type="html">&lt;p&gt;Poeschl: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== PaCeQuantAna: R package for Visualization and Statistical Analysis of Cell Shape Featues ==&lt;br /&gt;
We provide an R package for visualizing and analyzing features extracted by PaCeQuant.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Please note:'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''The new version compatible with PaCeQuant as released in MiToBo 2.0 in May 2020 will appear soon!'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''Due to implications of the Corona pandemic the release of the package update had to be postponed.'''&amp;lt;br&amp;gt;&lt;br /&gt;
'''We apologize for the inconvenience and hope to be able to make the new PaCeQuantAna release available to you very soon.'''&lt;br /&gt;
&lt;br /&gt;
The old version of PaCeQuantAna compatible with PaCeQuant results generated with MiToBo 1.8.x can be downloaded here:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantAna_1.0.0.tar.gz R package v1.0.0]&lt;br /&gt;
&lt;br /&gt;
=== Installation ===&lt;br /&gt;
For installation in RStudio download the package and follow the instructions below:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;ol&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the following packages:&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; '''caroline'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''gplots'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''dunn.test'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''sm'''&lt;br /&gt;
&amp;lt;li&amp;gt; '''RColorBrewer'''&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
To this end start RStudio, select&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…” &amp;lt;/blockquote&amp;gt;&lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; Choose &amp;lt;blockquote&amp;gt;“Install from: Repository (CRAN)”&amp;lt;/blockquote&amp;gt; and enter the names of the packages.&amp;lt;br&amp;gt; Activate &amp;lt;blockquote&amp;gt;“Install dependencies”.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; The multtest  package can be installed via the following  Bioconductor installation script:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;source (&amp;quot;&amp;lt;nowiki&amp;gt;http://bioconductor.org/biocLite.R&amp;lt;/nowiki&amp;gt;&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
 &amp;lt;blockquote&amp;gt;biocLite(&amp;quot;multtest&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Install the PaCeQuantAna package selecting &lt;br /&gt;
 &amp;lt;blockquote&amp;gt;“Tools” → “Install Packages…”&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
from the menu bar.&amp;lt;br&amp;gt; &lt;br /&gt;
Choose &amp;lt;blockquote&amp;gt;“Install from: Package Archive File (.tgz; .tar.gz)&amp;quot;&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
and select the tar.gz file of PaCeQuantAna via &amp;lt;blockquote&amp;gt;&amp;quot;Browse...&amp;quot;.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;/ol&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Documentation ===&lt;br /&gt;
&lt;br /&gt;
Find more details of how to use the package and details about the general workflow in the vignette of the package by either navigating to the vignette in the Rstudio package manager tab or by typing &lt;br /&gt;
&amp;lt;blockquote&amp;gt;vignette(&amp;quot;PaCeQuantAna&amp;quot;)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
in the console.&lt;br /&gt;
&lt;br /&gt;
The vignette contains comprehensive documentation of the various functions and options of the package.&amp;lt;br&amp;gt;&lt;br /&gt;
In addition, a sample workflow R script is provided which shows all commands to load your data, configure the output and do the analysis.&amp;lt;br&amp;gt;&lt;br /&gt;
You can directly copy the script into a file and load this file into the Rstudio editor to run it completely or line-wise.&lt;br /&gt;
&lt;br /&gt;
You can test the package on these sample data: [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/time_series.zip sample data for PaCeQuantAna]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Important notes ===&lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; By default the working directory (set with ''setpw(...)'') where the result folder will be created, and the data directory (set with ''setDataDir(...)'') must not be identical!&amp;lt;br&amp;gt; &lt;br /&gt;
If you require these folders to be identical for whatever reason you need to manually edit the file ''data_description.csv'' in the output folder and delete the row referring to the output folder.&lt;br /&gt;
&amp;lt;li&amp;gt; On Windows operating systems you may encounter problems with missing fonts, i.e., error messages like the following one:&lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Error in pdf(file = paste0(outdir, fsep, base_file_name,&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;quot;_dunn_test_heatmap_adjusted_pvalues.pdf&amp;quot;),&amp;amp;nbsp; :&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;&amp;amp;nbsp; unknown family 'Arial'&amp;lt;/blockquote&amp;gt; &lt;br /&gt;
&amp;lt;blockquote&amp;gt;...&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
To circumvent these problems call once in Rstudio the following two commands,&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&amp;lt;blockquote&amp;gt;font_import()&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
Initialize each of your workflows using PaCeQuantAna with&lt;br /&gt;
&amp;lt;blockquote&amp;gt;library(extrafont)&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
This will initialize the Windows font database and should solve the problems.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
== R script for Visualization and Statistical Analysis of Results ==&lt;br /&gt;
We provide an R script for visualizing and analyzing results generated by PaCeQuant:&lt;br /&gt;
&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/PaCeQuantEval_version0.1.zip R script v0.1]&lt;br /&gt;
* [http://mitobo.informatik.uni-halle.de/downloads/paceQuant/paceQuantEval/README.PaCeQuantEval README]&lt;br /&gt;
&lt;br /&gt;
Before running the script you need to set some path variables in the header of the script file which, e.g., specify where to find the PaCeQuant result data and where to save the final plots. &lt;br /&gt;
&lt;br /&gt;
The script will include result data from the current directory and from all direct sub-directories of the current folder into its analysis.&amp;lt;br&amp;gt; Each folder is treated as one group of cells, and the analysis is designed to compare different groups of cells against each other.&lt;br /&gt;
&lt;br /&gt;
You can test the script on the sample data provided on this page.&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Poeschl</name></author>
	</entry>
</feed>