<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Phaedra 2 – Getting Started</title>
    <link>/2.13.0/documentation/reference_docs/getting_started/</link>
    <description>Recent content in Getting Started on Phaedra 2</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    
	  <atom:link href="/2.13.0/documentation/reference_docs/getting_started/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Documentation: Setting up a Project</title>
      <link>/2.13.0/documentation/reference_docs/getting_started/project_setup/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/2.13.0/documentation/reference_docs/getting_started/project_setup/</guid>
      <description>
        
        
        &lt;p&gt;The first thing you&amp;rsquo;ll want to do when you start using Phaedra, is setting up a new &lt;strong&gt;Project&lt;/strong&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Note:&lt;/em&gt; to learn more about Projects, Experiments and Plates, check the &lt;a href=&#34;../../concepts/data_model&#34;&gt;Data Model&lt;/a&gt; section.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&#34;creating-a-new-project&#34;&gt;Creating a New Project&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;In the Navigator, select &lt;strong&gt;Projects&lt;/strong&gt;. The projects browser will open.&lt;/li&gt;
&lt;li&gt;In the top right corner of the table, click the blue &lt;strong&gt;+&lt;/strong&gt; button (&lt;em&gt;Create New Project&lt;/em&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/project_setup/new_project1.png&#34; width=&#34;100%&#34; height=&#34;100%&#34;/&gt; 
&lt;/figure&gt;

&lt;ul&gt;
&lt;li&gt;Provide a name for the new project, and optionally a description. Also, select the team that will administer the project.&lt;/li&gt;
&lt;/ul&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/project_setup/new_project2.png&#34; width=&#34;50%&#34; height=&#34;50%&#34;/&gt; 
&lt;/figure&gt;

&lt;h3 id=&#34;viewing-a-project&#34;&gt;Viewing a Project&lt;/h3&gt;
&lt;p&gt;To view the contents of a project, open the Projects browser from the Navigator, and double-click on any project.&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/project_setup/view_project1.png&#34; width=&#34;100%&#34; height=&#34;100%&#34;/&gt; 
&lt;/figure&gt;

&lt;h3 id=&#34;editing-a-project&#34;&gt;Editing a Project&lt;/h3&gt;
&lt;p&gt;You can modify the project&amp;rsquo;s name, description, tags and properties, if you have the appropriate permissions.
The &lt;strong&gt;Access&lt;/strong&gt; field shows the teams that have Read, Write or Admin access on the project. If you don&amp;rsquo;t have Write or Admin access,
you will not be able to edit the project.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;To edit the project name or description, click the &lt;strong&gt;Pencil&lt;/strong&gt; button next to the project name.&lt;/li&gt;
&lt;li&gt;To add a tag, click the &lt;strong&gt;+&lt;/strong&gt; button next to the &lt;em&gt;Tags&lt;/em&gt; field. A tag is a simple label that can be attached to any project.&lt;/li&gt;
&lt;li&gt;To add a property, click the &lt;strong&gt;+&lt;/strong&gt; button in the top right corner of the &lt;em&gt;Properties&lt;/em&gt; table. A property is a Name-Value pair
that can contain more detailed information than a tag.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Below the project&amp;rsquo;s general information section is another section listing the project&amp;rsquo;s &lt;strong&gt;Experiments&lt;/strong&gt;.&lt;/p&gt;
&lt;h3 id=&#34;creating-a-new-experiment&#34;&gt;Creating a New Experiment&lt;/h3&gt;
&lt;p&gt;To create a new Experiment, open a project and in the Experiments section, click on the blue &lt;strong&gt;+&lt;/strong&gt; button (&lt;em&gt;Create New Experiment&lt;/em&gt;)
in the top right corner of the table.&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/project_setup/new_experiment1.png&#34; width=&#34;50%&#34; height=&#34;50%&#34;/&gt; 
&lt;/figure&gt;

&lt;p&gt;Enter a name for the new experiment and select &lt;strong&gt;Create&lt;/strong&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Note:&lt;/em&gt; when using &lt;a href=&#34;../../in_depth/pipelines&#34;&gt;Pipelines&lt;/a&gt;, experiments (and plates) are often created automatically, and you don&amp;rsquo;t need to create them by hand.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&#34;viewing-an-experiment&#34;&gt;Viewing an Experiment&lt;/h3&gt;
&lt;p&gt;All available experiments for a project are listed in the Experiments section of the project. If you have Read access to a project,
you will automatically be able to see all the experiments in that project.&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/project_setup/view_experiment1.png&#34; width=&#34;100%&#34; height=&#34;100%&#34;/&gt; 
&lt;/figure&gt;

&lt;p&gt;Double-click on any experiment to open it and see more details.&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/project_setup/view_experiment2.png&#34; width=&#34;100%&#34; height=&#34;100%&#34;/&gt; 
&lt;/figure&gt;

&lt;p&gt;Just like the project view, the experiment view contains two sections:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The first section displays general information about the experiment: the name, ID, creator info, description, tags and properties.&lt;/li&gt;
&lt;li&gt;The second section lists the plates this experiment contains. There are different ways to visualize the plates,
depending on which tab you select: &lt;em&gt;Overview&lt;/em&gt;, &lt;em&gt;Statistics&lt;/em&gt; and &lt;em&gt;Heatmaps&lt;/em&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;overview&#34;&gt;Overview&lt;/h4&gt;
&lt;p&gt;The Overview tab lists the plates in a tabular format, showing general plate information as well as the plate validation status:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;L&lt;/strong&gt;: Link status, showing a green checkmark if the plate has been linked with a plate definition&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;C&lt;/strong&gt;: Calculation status, showing a green checkmark if the plate has been calculated by at least one protocol&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;V&lt;/strong&gt;: Validation status, showing a green checkmark if the plate has been validated&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;A&lt;/strong&gt;: Approval status, showing a green checkmark if the plate has been approved&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;statistics&#34;&gt;Statistics&lt;/h4&gt;
&lt;p&gt;The Statistics tab also lists the plates in a tabular format, but adds statistical information about the feature data.&lt;/p&gt;
&lt;p&gt;For each feature, several columns will appear displaying the primary statistics for that feature:&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/project_setup/view_experiment3.png&#34; width=&#34;100%&#34; height=&#34;100%&#34;/&gt; 
&lt;/figure&gt;

&lt;h4 id=&#34;heatmaps&#34;&gt;Heatmaps&lt;/h4&gt;
&lt;p&gt;The Heatmaps tab shows small heatmaps for all the plates in a grid layout, allowing you to scroll through resultdata heatmaps of all the plates at once.&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/project_setup/view_experiment4.png&#34; width=&#34;100%&#34; height=&#34;100%&#34;/&gt; 
&lt;/figure&gt;

&lt;h3 id=&#34;editing-an-experiment&#34;&gt;Editing an Experiment&lt;/h3&gt;
&lt;p&gt;If you have Write permissions on the project, you can modify experiment properties and contents using the experiment view:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;In the general section, you can rename the experiment, change the description, and add or remove tags and properties.&lt;/li&gt;
&lt;li&gt;In the plates section, you can create new plates, as explained below. In addition, you can perform various actions
on the plates by selecting one or more plates, right-clicking, and choosing an action from the menu:&lt;/li&gt;
&lt;/ul&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/project_setup/view_experiment5.png&#34; width=&#34;30%&#34; height=&#34;30%&#34;/&gt; 
&lt;/figure&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Note:&lt;/em&gt; these actions are explained further in the section &lt;a href=&#34;../working_with_plates&#34;&gt;Working with Plates&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

      </description>
    </item>
    
    <item>
      <title>Documentation: Setting up a Protocol</title>
      <link>/2.13.0/documentation/reference_docs/getting_started/protocol_setup/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/2.13.0/documentation/reference_docs/getting_started/protocol_setup/</guid>
      <description>
        
        
        &lt;p&gt;If you want to perform any sort of calculations on the data you&amp;rsquo;ve imported into Phaedra (see &lt;a href=&#34;../data_capture&#34;&gt;Data Capture&lt;/a&gt;),
you&amp;rsquo;ll need to set up a &lt;strong&gt;protocol&lt;/strong&gt; that defines those calculations precisely.&lt;/p&gt;
&lt;p&gt;To learn more about the concept of protocols and calculation in general, refer to &lt;a href=&#34;../../concepts/calculation&#34;&gt;Calculation&lt;/a&gt;.&lt;/p&gt;
&lt;h3 id=&#34;creating-a-new-protocol&#34;&gt;Creating a New Protocol&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;In the Navigator, select &lt;strong&gt;Calculation&lt;/strong&gt; to unfold its contents and then select &lt;strong&gt;Protocols&lt;/strong&gt;. The protocol browser will open.&lt;/li&gt;
&lt;li&gt;In the top right corner of the table, click the blue &lt;strong&gt;+&lt;/strong&gt; button (&lt;em&gt;Create New Protocol&lt;/em&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/protocol_setup/new_protocol1.png&#34; width=&#34;100%&#34; height=&#34;100%&#34;/&gt; 
&lt;/figure&gt;

&lt;ul&gt;
&lt;li&gt;Provide a name and optionally a description for the new protocol, then click &lt;strong&gt;Create&lt;/strong&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/protocol_setup/new_protocol2.png&#34; width=&#34;50%&#34; height=&#34;50%&#34;/&gt; 
&lt;/figure&gt;

&lt;h3 id=&#34;viewing-a-protocol&#34;&gt;Viewing a Protocol&lt;/h3&gt;
&lt;p&gt;In the protocol browser, double-click on any protocol to open it.&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/protocol_setup/view_protocol1.png&#34; width=&#34;100%&#34; height=&#34;100%&#34;/&gt; 
&lt;/figure&gt;

&lt;p&gt;The top section displays general information about the protocol such as the name, version, description, modification info,
as well as tags and properties.&lt;/p&gt;
&lt;p&gt;The bottom section shows a list of all the &lt;strong&gt;features&lt;/strong&gt; that have been defined in this protocol. To view or edit
features, see the sections &lt;em&gt;Viewing a Feature&lt;/em&gt; and &lt;em&gt;Editing a Feature&lt;/em&gt; below.&lt;/p&gt;
&lt;h3 id=&#34;editing-a-protocol&#34;&gt;Editing a Protocol&lt;/h3&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Note:&lt;/em&gt; Protocols are visible to all users, but only a protocol&amp;rsquo;s creator (or an administrator) can edit it.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;You can modify the protocol&amp;rsquo;s name, description, tags and properties:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;To edit the name or description, click the &lt;strong&gt;Pencil&lt;/strong&gt; button next to the protocol name.&lt;/li&gt;
&lt;li&gt;To add a tag, click the &lt;strong&gt;+&lt;/strong&gt; button next to the &lt;em&gt;Tags&lt;/em&gt; field. A tag is a simple label that can be attached to any protocol.&lt;/li&gt;
&lt;li&gt;To add a property, click the &lt;strong&gt;+&lt;/strong&gt; button in the top right corner of the &lt;em&gt;Properties&lt;/em&gt; table. A property is a Name-Value pair
that can contain more detailed information than a tag.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;adding-a-new-feature&#34;&gt;Adding a New Feature&lt;/h3&gt;
&lt;p&gt;To add a new feature to the protocol, click on the blue &lt;strong&gt;+&lt;/strong&gt; button (&lt;em&gt;Add a New Feature&lt;/em&gt;) in the top right corner of the features list.&lt;/p&gt;
&lt;p&gt;A dialog will appear where you can enter the details of the new feature:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Provide a name for the new feature, and optionally an alias, description and format, then click &lt;strong&gt;Continue&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/protocol_setup/new_feature1.png&#34; width=&#34;50%&#34; height=&#34;50%&#34;/&gt; 
&lt;/figure&gt;

&lt;ul&gt;
&lt;li&gt;In the &lt;em&gt;Calculation&lt;/em&gt; section, choose one of the available formulas&lt;/li&gt;
&lt;li&gt;Depending on the selected formula, you must specify one or more &lt;strong&gt;formula variables&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;For each variable, choose the &lt;em&gt;Source&lt;/em&gt; and the &lt;em&gt;Value&lt;/em&gt; that the formula should use&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Note:&lt;/em&gt; For a more detailed explanation of formulas and their variables, refer to the &lt;a href=&#34;../../in_depth/calculation_formulas&#34;&gt;Calculation Formulas&lt;/a&gt; section.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/protocol_setup/new_feature2.png&#34; width=&#34;50%&#34; height=&#34;50%&#34;/&gt; 
&lt;/figure&gt;

&lt;ul&gt;
&lt;li&gt;Optionally, a dose-response curve fit can be configured on this feature&lt;/li&gt;
&lt;li&gt;When all relevant settings have been made, click &lt;strong&gt;Add&lt;/strong&gt; to create and add the new feature to the protocol&lt;/li&gt;
&lt;/ul&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/protocol_setup/new_feature3.png&#34; width=&#34;50%&#34; height=&#34;50%&#34;/&gt; 
&lt;/figure&gt;

&lt;h3 id=&#34;viewing-a-feature&#34;&gt;Viewing a Feature&lt;/h3&gt;
&lt;p&gt;In the features list of a protocol, double-click on any feature to view its details.&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/protocol_setup/view_feature1.png&#34; width=&#34;100%&#34; height=&#34;100%&#34;/&gt; 
&lt;/figure&gt;

&lt;p&gt;The top section displays general information about the feature, such as its name, description, formatting, tags and properties.&lt;/p&gt;
&lt;p&gt;The bottom section is divided into multiple tabs, with each tab showing a different aspect of the feature&amp;rsquo;s configuration:&lt;/p&gt;
&lt;h4 id=&#34;calculation&#34;&gt;Calculation&lt;/h4&gt;
&lt;p&gt;This tab lists the settings related to the calculation of the feature:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Sequence&lt;/strong&gt;: this field determines whether a feature is calculated before or after another feature.
This setting is important if a feature&amp;rsquo;s calculation depends on the value of another feature.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Formula&lt;/strong&gt;: this field displays the formula that is used during calculation of the feature, as well
as the list of variables this formula needs.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;statistics&#34;&gt;Statistics&lt;/h4&gt;
&lt;p&gt;This tab lists the statistics that will be calculated on the feature. For example, if you define a &amp;ldquo;CellCount&amp;rdquo; feature
that computes the cell count for each well in the plate, you can additionally compute the &lt;em&gt;min&lt;/em&gt;, &lt;em&gt;median&lt;/em&gt;, &lt;em&gt;max&lt;/em&gt; CellCount
as well, both for the entire plate and for each well type group in the plate.&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/protocol_setup/view_feature2.png&#34; width=&#34;100%&#34; height=&#34;100%&#34;/&gt; 
&lt;/figure&gt;

&lt;h4 id=&#34;dose-response-curve&#34;&gt;Dose-Response Curve&lt;/h4&gt;
&lt;p&gt;If the feature has been configured with dose-response curve fitting, you&amp;rsquo;ll find the relevant settings in this tab.
The exact fields that are shown here, depend on which curve fitting &lt;em&gt;Model&lt;/em&gt; you selected.&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/protocol_setup/view_feature3.png&#34; width=&#34;50%&#34; height=&#34;50%&#34;/&gt; 
&lt;/figure&gt;

&lt;h3 id=&#34;editing-a-feature&#34;&gt;Editing a Feature&lt;/h3&gt;
&lt;p&gt;To edit a feature, click on the &lt;strong&gt;Pencil&lt;/strong&gt; button next to the feature&amp;rsquo;s name:&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/protocol_setup/edit_feature1.png&#34; width=&#34;100%&#34; height=&#34;100%&#34;/&gt; 
&lt;/figure&gt;

&lt;p&gt;A dialog will open, taking you through the same configuration sections as when creating a new feature (see section &lt;em&gt;Adding a New Feature&lt;/em&gt; above).&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Documentation: Setting up a Pipeline</title>
      <link>/2.13.0/documentation/reference_docs/getting_started/pipeline_setup/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/2.13.0/documentation/reference_docs/getting_started/pipeline_setup/</guid>
      <description>
        
        
        &lt;h3 id=&#34;creating-a-pipeline&#34;&gt;Creating a Pipeline&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;In the Navigator, select &lt;strong&gt;Pipelines&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;The folder will expand. Select &lt;strong&gt;New Pipeline&amp;hellip;&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/nav_pipelines.png&#34; width=&#34;20%&#34; height=&#34;20%&#34;/&gt; 
&lt;/figure&gt;

&lt;ul&gt;
&lt;li&gt;Provide a name for the new pipeline, and select &lt;strong&gt;Create&lt;/strong&gt; to complete the creation.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;viewing-a-pipeline&#34;&gt;Viewing a Pipeline&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;In the Navigator, select &lt;strong&gt;Pipelines&lt;/strong&gt; to view a listing of all available pipelines.&lt;/li&gt;
&lt;li&gt;Click on any pipeline to view its details.&lt;/li&gt;
&lt;/ul&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/pipeline_details.png&#34; width=&#34;70%&#34; height=&#34;70%&#34;/&gt; 
&lt;/figure&gt;

&lt;ul&gt;
&lt;li&gt;In the top section, you can view pipeline properties such as its name, description, creator info, and current status.&lt;/li&gt;
&lt;li&gt;In the bottom section, you can view the pipeline definition, which is expressed in &lt;strong&gt;JSON&lt;/strong&gt; notation.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;editing-a-pipeline&#34;&gt;Editing a Pipeline&lt;/h3&gt;
&lt;p&gt;Pipelines start off in the &lt;strong&gt;Disabled&lt;/strong&gt; state, which means they will not be executed under any circumstances.
To enable a pipeline, click on the slider button behind the status label.&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/pipeline_status.png&#34; width=&#34;10%&#34; height=&#34;10%&#34;/&gt; 
&lt;/figure&gt;

&lt;p&gt;To edit the pipeline definition, select the &lt;strong&gt;Edit&lt;/strong&gt; button to the right of the pipeline definition JSON.&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/pipeline_edit.png&#34; width=&#34;70%&#34; height=&#34;70%&#34;/&gt; 
&lt;/figure&gt;

&lt;p&gt;Make any changes as desired, then select &lt;strong&gt;Save&lt;/strong&gt; to apply the changes.&lt;/p&gt;

      </description>
    </item>
    
    <item>
      <title>Documentation: Data Capture</title>
      <link>/2.13.0/documentation/reference_docs/getting_started/data_capture/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/2.13.0/documentation/reference_docs/getting_started/data_capture/</guid>
      <description>
        
        
        &lt;p&gt;In order to view and analyse data with Phaedra, you will need to import some data measurements into Phaedra.
This can be achieved by using the &lt;strong&gt;Capture Jobs&lt;/strong&gt; feature.&lt;/p&gt;
&lt;p&gt;Browse to Phaedra navigator:&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/nav_data_capture.png&#34; width=&#34;15%&#34; height=&#34;15%&#34;/&gt; 
&lt;/figure&gt;

&lt;h3 id=&#34;browse-capture-jobs&#34;&gt;Browse Capture Jobs&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;In the &lt;strong&gt;Data Capture&lt;/strong&gt; navigator menu item, select &lt;strong&gt;Capture Jobs.&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;An overview of previously created/executed &lt;strong&gt;Capture Jobs&lt;/strong&gt; will be shown&lt;/li&gt;
&lt;/ul&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/capture_jobs_overview.png&#34; width=&#34;80%&#34; height=&#34;80%&#34;/&gt; 
&lt;/figure&gt;

&lt;h4 id=&#34;capture-jobs-details&#34;&gt;Capture Jobs Details&lt;/h4&gt;
&lt;ul&gt;
&lt;li&gt;By clicking on the &lt;strong&gt;Details&lt;/strong&gt; button in the &lt;em&gt;Capture Jobs&lt;/em&gt;* overview table a pop-up dialog will appear
containing the information about the selected &lt;strong&gt;Capture Job&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/capture_job_details.png&#34; width=&#34;50%&#34; height=&#34;50%&#34;/&gt; 
&lt;/figure&gt;

&lt;ul&gt;
&lt;li&gt;Here you can find all the information about the capture job like the &lt;strong&gt;Status&lt;/strong&gt; or the &lt;strong&gt;Events&lt;/strong&gt; executed
during the capture job&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;submit-a-new-capture-job&#34;&gt;Submit a new Capture Job&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;By clicking on the &lt;strong&gt;SUBMIT NEW JOB&amp;hellip;&lt;/strong&gt; button in the left upper corner of the capture jobs overview page
a dialog will pop up&lt;/li&gt;
&lt;/ul&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/submit_new_capture_job.png&#34; width=&#34;50%&#34; height=&#34;50%&#34;/&gt; 
&lt;/figure&gt;

&lt;ul&gt;
&lt;li&gt;Set &lt;em&gt;&lt;strong&gt;Measurement source type&lt;/strong&gt;&lt;/em&gt; to &lt;em&gt;FolderScanner, S3 Bucket&lt;/em&gt; or &lt;em&gt;Colombus&lt;/em&gt;. By default the &lt;em&gt;&lt;strong&gt;Measurement source type&lt;/strong&gt;&lt;/em&gt; is
set to &lt;em&gt;FolderScanner&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Next, select the source folder. This can be a network location or a directory on your local computer.&lt;/li&gt;
&lt;li&gt;Last step is to select a &lt;em&gt;&lt;strong&gt;Capture Configuration&lt;/strong&gt;&lt;/em&gt;. The &lt;em&gt;&lt;strong&gt;Capture Configuration&lt;/strong&gt;&lt;/em&gt; defines what needs to be done
during this &lt;strong&gt;Capture Job&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;To view the details of the selected capture configuration, click &lt;img src=&#34;../img/show_button.png&#34; alt=&#34;&#34;&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/show_capture_configuration.png&#34; width=&#34;50%&#34; height=&#34;50%&#34;/&gt; 
&lt;/figure&gt;

&lt;h3 id=&#34;browse-measurements&#34;&gt;Browse Measurements&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;In the &lt;strong&gt;Data Capture&lt;/strong&gt; navigator menu item, select &lt;strong&gt;Measurements.&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;An overview of all previously captured &lt;strong&gt;Measurements&lt;/strong&gt; will be shown&lt;/li&gt;
&lt;/ul&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/measurements_overview.png&#34; width=&#34;80%&#34; height=&#34;80%&#34;/&gt; 
&lt;/figure&gt;

&lt;p&gt;To view the details of a specific measurement, click on the measurement row in the overview:&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/measurement_details_view.png&#34; width=&#34;80%&#34; height=&#34;80%&#34;/&gt; 
&lt;/figure&gt;

&lt;ul&gt;
&lt;li&gt;Upper section of the measurement details view displays general information:
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Barcode&lt;/strong&gt;: The imported measurement identifier&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Dimensions&lt;/strong&gt;: The dimension (rows x columns) of the imported measurement&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;WellData columns&lt;/strong&gt;: Number of the imported well data properties aka well features&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;SubwellData columns&lt;/strong&gt;: Number of the imported sub-well data properties aka sub-well features&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Image Channels&lt;/strong&gt;: In case high content data (images) is imported, number of defined channels (see Manage Image Render Settings)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Lower sections is consists of tree tabs: Well Data, Subwell Data and Image Data&lt;/li&gt;
&lt;/ul&gt;
&lt;h4 id=&#34;well-data&#34;&gt;&lt;strong&gt;Well Data:&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;An overview table of all the well data features and their value for the corresponding well&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/measurement_well_data_view.png&#34; width=&#34;80%&#34; height=&#34;80%&#34;/&gt; 
&lt;/figure&gt;

&lt;h4 id=&#34;subwell-data&#34;&gt;&lt;strong&gt;SubWell Data:&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;With the subwell data view you are able to display a set of user selected subwell feature per user selected well&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/measurement_sub_well_data_view.png&#34; width=&#34;80%&#34; height=&#34;80%&#34;/&gt; 
&lt;/figure&gt;

&lt;h4 id=&#34;image-data&#34;&gt;&lt;strong&gt;Image Data:&lt;/strong&gt;&lt;/h4&gt;
&lt;p&gt;The third and last view allow the user to visualize the imported images by selecting a specific well&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/measurement_image_data_view.png&#34; width=&#34;80%&#34; height=&#34;80%&#34;/&gt; 
&lt;/figure&gt;

&lt;h3 id=&#34;manage-image-render-settings&#34;&gt;Manage Image Render Settings&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;In the &lt;strong&gt;Data Capture&lt;/strong&gt; navigator menu item, select &lt;strong&gt;Render Settings&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;An overview of previously defined &lt;strong&gt;Render Settings&lt;/strong&gt; will be shown&lt;/li&gt;
&lt;/ul&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/render_settings_overview.png&#34; width=&#34;80%&#34; height=&#34;80%&#34;/&gt; 
&lt;/figure&gt;


      </description>
    </item>
    
    <item>
      <title>Documentation: Working with Plates</title>
      <link>/2.13.0/documentation/reference_docs/getting_started/working_with_plates/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/2.13.0/documentation/reference_docs/getting_started/working_with_plates/</guid>
      <description>
        
        
        &lt;h3 id=&#34;creating-a-new-plate&#34;&gt;Creating a New Plate&lt;/h3&gt;
&lt;p&gt;To create a new plate, in the plates &lt;em&gt;Overview&lt;/em&gt; section of an experiment, click on the blue &lt;strong&gt;+&lt;/strong&gt; button (&lt;em&gt;Create New Plate&lt;/em&gt;) in the top right corner of the table.&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/working_with_plates/new_plate1.png&#34; width=&#34;50%&#34; height=&#34;50%&#34;/&gt; 
&lt;/figure&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Note:&lt;/em&gt; Make sure to enter the correct plate dimensions! While you can modify most of the plate&amp;rsquo;s attributes afterwards,
you &lt;strong&gt;cannot&lt;/strong&gt; change a plate&amp;rsquo;s dimensions after it&amp;rsquo;s been created.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h3 id=&#34;viewing-a-plate&#34;&gt;Viewing a Plate&lt;/h3&gt;
&lt;p&gt;To view the details of a plate, double-click on it in the &lt;em&gt;Overview&lt;/em&gt; section of an experiment.&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/working_with_plates/view_plate1.png&#34; width=&#34;100%&#34; height=&#34;100%&#34;/&gt; 
&lt;/figure&gt;

&lt;p&gt;The top section of the plate view displays general information including the barcode, description, dimensions, validation &amp;amp; approval info, and tags and properties.&lt;/p&gt;
&lt;p&gt;The bottom section is organized into multiple tabs, with each tab presenting the plate contents in a different way:&lt;/p&gt;
&lt;h4 id=&#34;layout&#34;&gt;Layout&lt;/h4&gt;
&lt;p&gt;This tab displays the plate layout, if available.
On each well, the &lt;em&gt;Well type&lt;/em&gt; is shown, defaulting to &amp;ldquo;EMPTY&amp;rdquo; for wells that are neither controls or samples.
To display another label, such as the substance or concentration, use the dropdown list in the top right corner of the plate.&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/working_with_plates/view_plate2.png&#34; width=&#34;30%&#34; height=&#34;30%&#34;/&gt; 
&lt;/figure&gt;

&lt;h4 id=&#34;heatmap&#34;&gt;Heatmap&lt;/h4&gt;
&lt;p&gt;In the Heatmap tab, you can view the plate&amp;rsquo;s feature data presented as a colored heatmap:&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/working_with_plates/view_plate3.png&#34; width=&#34;100%&#34; height=&#34;100%&#34;/&gt; 
&lt;/figure&gt;

&lt;p&gt;To choose which feature (or measurement column) should be displayed on the heatmap, use the &lt;strong&gt;Feature Selector&lt;/strong&gt; which is located in the top right corner of the screen:&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/working_with_plates/view_plate4.png&#34; width=&#34;50%&#34; height=&#34;50%&#34;/&gt; 
&lt;/figure&gt;

&lt;p&gt;The Feature Selector has two buttons to toggle between &lt;em&gt;Measurement Columns&lt;/em&gt; (data imported from measurement files) and &lt;em&gt;Features&lt;/em&gt; (data calculated by Phaedra).&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Note:&lt;/em&gt; For more information about features, refer to the &lt;a href=&#34;../../concepts/calculation&#34;&gt;Calculation&lt;/a&gt; topic.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h4 id=&#34;well-list&#34;&gt;Well List&lt;/h4&gt;
&lt;p&gt;Instead of a heatmap or grid, wells can also be listed in a tabular format. The Well List tab presents such a table,
where you can sort and filter the wells in a convenient way:&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/working_with_plates/view_plate5.png&#34; width=&#34;100%&#34; height=&#34;100%&#34;/&gt; 
&lt;/figure&gt;

&lt;h4 id=&#34;measurements&#34;&gt;Measurements&lt;/h4&gt;
&lt;p&gt;Each plate typically has one &lt;em&gt;measurement&lt;/em&gt; attached to it, although it is possible to attach
multiple measurements to a plate (for example, in the case of a time-lapse assay).
The measurements tab lists all the measurements that are attached to the current plate:&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/working_with_plates/view_plate6.png&#34; width=&#34;100%&#34; height=&#34;100%&#34;/&gt; 
&lt;/figure&gt;

&lt;ul&gt;
&lt;li&gt;To link a different measurement to a plate, click the &lt;strong&gt;Link Measurement&lt;/strong&gt; button and select one of the available measurements.&lt;/li&gt;
&lt;li&gt;If multiple measurements are linked to a plate, you can toggle one of them as the &lt;strong&gt;active&lt;/strong&gt; measurement using the &lt;em&gt;Active&lt;/em&gt; switch
in the first column of the table. The active measurement is the one that will be used by default during plate calculations and
for data visualizations.&lt;/li&gt;
&lt;/ul&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;em&gt;Note:&lt;/em&gt; Manually linking measurements to plates can be a tedious process. &lt;a href=&#34;../../in_depth/pipelines&#34;&gt;Pipelines&lt;/a&gt; are designed to
automate such tasks and are the recommended way to go, especially in larger projects.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h4 id=&#34;calculations&#34;&gt;Calculations&lt;/h4&gt;
&lt;p&gt;The Calculations tab shows a list of all the calculations that took place on the plate, along with information
about the outcome of those calculations.&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/working_with_plates/view_plate7.png&#34; width=&#34;100%&#34; height=&#34;100%&#34;/&gt; 
&lt;/figure&gt;

&lt;p&gt;Click on the &lt;strong&gt;Details&lt;/strong&gt; button to see more details about the calculated features and the errors, in the case of a failed calculation.&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/working_with_plates/view_plate8.png&#34; width=&#34;70%&#34; height=&#34;70%&#34;/&gt; 
&lt;/figure&gt;

&lt;h4 id=&#34;dose-response-curves&#34;&gt;Dose-Response Curves&lt;/h4&gt;
&lt;p&gt;If any dose-response curves were calculated on the plate, they will be shown in the Dose-Response Curves tab:&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/working_with_plates/view_plate9.png&#34; width=&#34;100%&#34; height=&#34;100%&#34;/&gt; 
&lt;/figure&gt;

&lt;h3 id=&#34;editing-a-plate&#34;&gt;Editing a Plate&lt;/h3&gt;
&lt;p&gt;Plates can be modified in many different ways, ranging from a simple rename of the barcode, to a full recalculation of all features.
Before a plate can be edited, though, two main conditions must be met:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You must have &lt;em&gt;Write&lt;/em&gt; permissions on the project&lt;/li&gt;
&lt;li&gt;The plate must not be &lt;em&gt;Validated&lt;/em&gt; or &lt;em&gt;Invalidated&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If these conditions are met, you can edit a plate in the following ways:&lt;/p&gt;
&lt;p&gt;In the plate view:&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/working_with_plates/edit_plate1.png&#34; width=&#34;100%&#34; height=&#34;100%&#34;/&gt; 
&lt;/figure&gt;

&lt;ul&gt;
&lt;li&gt;Click the &lt;strong&gt;Pencil&lt;/strong&gt; button next to the plate&amp;rsquo;s barcode to edit the barcode or description.&lt;/li&gt;
&lt;li&gt;Click the &lt;strong&gt;Calculator&lt;/strong&gt; button next to the plate&amp;rsquo;s barcode to perform a recalculation of the plate.&lt;/li&gt;
&lt;li&gt;Click the &lt;strong&gt;+&lt;/strong&gt; button next to the &lt;em&gt;Tags&lt;/em&gt; field to add a tag.&lt;/li&gt;
&lt;li&gt;Click the &lt;strong&gt;+&lt;/strong&gt; button in the top right corner of the &lt;em&gt;Properties&lt;/em&gt; table to add a property.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In the experiment view:&lt;/p&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/working_with_plates/edit_plate2.png&#34; width=&#34;100%&#34; height=&#34;100%&#34;/&gt; 
&lt;/figure&gt;

&lt;p&gt;Right-click one or more plates and choose an action to perform:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Clone Plate(s)&lt;/strong&gt; to create exact copies of the plates&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Move Plate(s)&lt;/strong&gt; to move plates to a different experiment in the same project&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Link Measurement&lt;/strong&gt; to link an available measurement to the plates&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Set Plate Layout&lt;/strong&gt; to apply a plate layout template to the plates&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;(Re)Calculate Plate&lt;/strong&gt; to perform a recalculation of the plates&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Validation&lt;/strong&gt; to Validate or Invalidate the plates, or to reset their validation status&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Approval&lt;/strong&gt; to Approve or Disapprove the plates, after the plates have been Validated&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Charts&lt;/strong&gt; to open one of the available charts that can display the plates&amp;rsquo; feature data&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Scripts&lt;/strong&gt; to choose and run one of the available scripts (from the &lt;em&gt;Script Catalog&lt;/em&gt;) on the plates&lt;/li&gt;
&lt;/ul&gt;

      </description>
    </item>
    
    <item>
      <title>Documentation: Phaedra 1 vs Phaedra 2</title>
      <link>/2.13.0/documentation/reference_docs/getting_started/phaedra1vs2/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>/2.13.0/documentation/reference_docs/getting_started/phaedra1vs2/</guid>
      <description>
        
        
        &lt;p&gt;Users who are familiar with the Phaedra 1 application, may wonder how much different Phaedra 2 is from its predecessor.
Given that Phaedra 2 is a complete rewrite from the ground up, there are indeed numerous significant changes.
This page lists the most important differences, both conceptually and in the application&amp;rsquo;s usage.&lt;/p&gt;
&lt;h3 id=&#34;platform-architecture&#34;&gt;Platform Architecture&lt;/h3&gt;
&lt;p&gt;As illustrated in the &lt;a href=&#34;../../../technical_docs/architecture&#34;&gt;Architecture&lt;/a&gt; section, Phaedra 2 is a server-side application.
This means that to interact with the application, you won&amp;rsquo;t use an installed app or a remote desktop session. Instead, you
can log in and use the application using your web browser.&lt;/p&gt;
&lt;p&gt;This changes offers several advantages:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;There is no additional latency because of an intermediate remote desktop server between you and the Phaedra servers&lt;/li&gt;
&lt;li&gt;No software installation or computer configuration is needed: the only requirement is a working web browser&lt;/li&gt;
&lt;li&gt;You can use multiple browser tabs to access different experiments, or work on multiple projects simultaneously&lt;/li&gt;
&lt;li&gt;You can copy the browser address to share pages with colleagues or bookmark them for later use&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;plate-model&#34;&gt;Plate Model&lt;/h3&gt;
&lt;p&gt;While the plate model used in Phaedra 2 is largely identical to Phaedra 1, there are some important changes to make note of, listed below.
For a full explanation of the plate model, consult the &lt;a href=&#34;../../concepts/data_model&#34;&gt;Data Model&lt;/a&gt; page.&lt;/p&gt;
&lt;h4 id=&#34;measurements&#34;&gt;Measurements&lt;/h4&gt;
&lt;p&gt;This new entity represents a set of data that is imported into the application
(a process also known as &lt;em&gt;data capture&lt;/em&gt;). While in Phaedra 1 the imported data was attached directly to a &lt;strong&gt;plate&lt;/strong&gt; entity, in Phaedra 2
the data is imported into a measurement entity, which in turn is &lt;strong&gt;linked&lt;/strong&gt; to a (new or existing) plate.&lt;/p&gt;
&lt;p&gt;The main advantage of this change is that there is now a clear distinction between the imported and calculated data of a plate:
the imported data of a measurement is strictly read-only and can never be changed. Any plate data that does change
(such as calculated features, normalized data, curve fits, etc) is stored in a separate entity called a &lt;strong&gt;result set&lt;/strong&gt;.
Furthermore, one measurement can easily be reused in multiple plates, which may be convenient during assay development. You can even
inspect and visualize the data of a measurement without creating any plate at all.&lt;/p&gt;
&lt;h4 id=&#34;projects&#34;&gt;Projects&lt;/h4&gt;
&lt;p&gt;In Phaedra 1, plates were organized into experiments, which were stored under &lt;strong&gt;protocols&lt;/strong&gt;, which in turn were stored under a  &lt;strong&gt;protocol class&lt;/strong&gt;.
As such, the protocol class served as both the &amp;lsquo;root folder&amp;rsquo; of the data, as well as the full &amp;lsquo;blueprint&amp;rsquo; of the configuration of the features.&lt;/p&gt;
&lt;p&gt;This often caused a complexity in the organization and management of protocol classes, as slight variations of analysis (some extra features, some different
normalization, an extra staining channel, &amp;hellip;) would require the setup of a new protocol class, even if the plates logically belong to the same project or assay
as the plates in the existing protocol class.&lt;/p&gt;
&lt;p&gt;Phaedra 2 addresses this issue by separating the protocol class into two distinct entities: the &lt;strong&gt;protocol&lt;/strong&gt; and the &lt;strong&gt;project&lt;/strong&gt;.
The protocol takes on the role of the configuration &amp;lsquo;blueprint&amp;rsquo;: it lists all the features along with their calculation, normalization and other settings.
The project takes on the role of the &amp;lsquo;root folder&amp;rsquo;: it is simply a folder that may contain any number of experiments.&lt;/p&gt;
&lt;p&gt;Within a project, you can mix and match multiple protocols. For example, you can use protocol A to calculate normalizations on experiment 1, and then use
protocol B to calculate different normalizations on experiment 2. You can even apply multiple protocols on a single plate.&lt;/p&gt;
&lt;h4 id=&#34;result-sets&#34;&gt;Result Sets&lt;/h4&gt;
&lt;p&gt;As mentioned earlier, Phaedra 2 no longer attaches data (imported or calculated) directly to plates. Instead, imported data is attached in the form
of a &lt;strong&gt;measurement&lt;/strong&gt;, while calculated data is attached in the form of a &lt;strong&gt;result set&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Whenever a plate calculation takes place, a new result set is created and all the calculated data is stored in it.
The previous result sets remain available though, so you can look back at previously calculated data at any given time: nothing is overwritten or deleted.&lt;/p&gt;
&lt;h4 id=&#34;features-and-formulas&#34;&gt;Features and Formulas&lt;/h4&gt;
&lt;p&gt;The role of a &lt;strong&gt;feature&lt;/strong&gt; has been updated in Phaedra 2, with the goal of allowing more flexibility in (chained) calculation.
Whereas a Phaedra 1 feature represented both the calculation of a value and the normalization of that value, Phaedra 2 separates these concerns:
one feature is responsible for calculating a value, another feature is responsible for calculating a normalization of that value.&lt;/p&gt;
&lt;p&gt;In addition, the precise way in which a feature computes a value, is now separated into a &lt;strong&gt;formula&lt;/strong&gt;.  The purpose of this change is to allow easier
reuse of computation details across features from different protocols. All of the normalization methods that Phaedra provides out of the box are
available as formulas that can be used in any feature in any protocol. But a user may also define their own custom normalization formula, which
will likewise be available for use by features anywhere in Phaedra.&lt;/p&gt;
&lt;h3 id=&#34;the-user-interface&#34;&gt;The User Interface&lt;/h3&gt;
&lt;p&gt;Since Phaedra 2 is accessed from the web browser rather than an installed app, some differences can be expected in the way you interact with the application.
Nonetheless, efforts have been made to make the user experience as close as possible to that of the Phaedra 1 workbench:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The &lt;strong&gt;Navigator&lt;/strong&gt; is the starting point for navigation, giving access to projects, protocols, pipelines, data capture jobs, etc.&lt;/li&gt;
&lt;li&gt;In most tables that list entities (experiments, plates, wells, &amp;hellip;) rows can be &lt;strong&gt;single-clicked&lt;/strong&gt; to select (highlight) an item.
Information or details about the selected item may then appear in any open side-panels; for example a Well Image side-panel may
display the image of a selected well.&lt;/li&gt;
&lt;li&gt;Likewise, &lt;strong&gt;double-clicking&lt;/strong&gt; an item will open a separate details page for that item; for example double-clicking on a plate
will open the Plate Details page.&lt;/li&gt;
&lt;li&gt;A &lt;strong&gt;right-click&lt;/strong&gt; on an item will open a context menu with relevant actions you can perform on that item; for example right-clicking on
a well will allow you to perform actions such as Accept or Reject Well.&lt;/li&gt;
&lt;/ul&gt;

&lt;figure&gt;
    &lt;img src=&#34;../img/phaedra1vs2/right-click.png&#34; width=&#34;100%&#34; height=&#34;100%&#34;/&gt; 
&lt;/figure&gt;


      </description>
    </item>
    
  </channel>
</rss>
