Edit or delete values in the Trait Data boxes, and use the Reset option as needed.
Outliers highlighted in orange can be hidden using the Hide Outliers button.
Samples with no value (x) can be hidden by clickingHide No Value button.
# read into R trait <- read.csv("1458764_at.csv", header = TRUE, comment.char = "#") # read into python import pandas as pd trait = pd.read_csv("1458764_at.csv", header = 0, comment = "#")
.