2 title: "3.22 Managing Outliers in Dataset"
11 [//]: # (![]({{"assets/images/sequence_metadata_manage.png" | relative_url }}))
15 ### 3.22.1 What is Outliers Functionality in Dataset ?
17 ![]({{"assets/images/outliers_dataset_icon.png" | relative_url }})
19 As in step **2.1.2 -> Saving the wizard selections**
20 we can create a dataset.
22 The dataset incorporates a feature to identify outlier points, which we may choose to exclude from a specific dataset. It's important to note that these exclusions only apply at the dataset level, and no data is permanently removed from the database. Additionally, outlier categorization can be modified at any time, and these changes are visible to all other functionalities within the system.
24 Each dataset stores a wholly unique set of outlier points, completely independent of any other dataset in the database. Outliers are specifically designated for traits within datasets, exclusively encompassing phenotype data. If a particular dataset lacks traits as a part of wizard selection, this functionality is not available.
26 Each trait has its own set of defined outliers.
30 ### 3.22.2 Accessing Trait Visualisation
32 Once you've selected a specific trait, the web application provides access to a visualisation of the data points associated with that trait.
34 ![]({{"assets/images/outliers_dataset_basic_panel.png" | relative_url }})
36 ### 3.22.3 Interpreting Visual Elements
38 Once you've selected a specific trait, the web application provides access to a visualisation of the data points associated with that trait.
40 - **Green Points**: As per the legend, represent values for the selected trait that fall below the cut-off point set by the slider. (non-outliers)
41 - **Black Outlined Points**: These data points are outlined with black borders, indicating that they are currently designated as outliers in the database.
42 - **Red Points**: The red data points denote the cut-off points established by the slider for the allowable deviation value.
44 ![]({{"assets/images/outliers_dataset_full_visualisation.png" | relative_url }})
46 ### 3.22.4 Choosing Cut-Off Values
48 You have two fundamental options for setting cut-off points:
50 - **Median with MAD**: This option involves using the median (middle value) along with the Mean Absolute Deviation (MAD) as a reference point for determining cut-off values.
51 - **Mean with Standard Deviation**: Alternatively, you can choose to use the mean (average) in conjunction with the Standard Deviation to set cut-off points.
53 ### 3.22.5 Setting Deviation Multiplier
55 The slider allows you to specify the deviation multiplier from a central point, which influences the cut-off values.
57 ### 3.22.6 Utilising Graph Controls
59 Beneath the graph, you'll find four buttons, each serving a distinct function:
61 - **Add selection to outliers**: This button enables you to save the current cut-off points to the database for future reference.
62 - **Reset outliers for current trait**: You can use this option to reset outliers for the selected trait.
63 - **Reset all outliers**: This button allows you to reset outliers for the entire dataset.
64 - **Download Phenotype Table without outliers**: You can download the phenotype data table in a comma-separated value format file, using this feature, with outliers excluded for selected dataset.
66 ![]({{"assets/images/outliers_dataset_actions.png" | relative_url }})
68 These tools and functions are designed to provide you with control and insights when working with data visualisation and outliers..