A boxplot is a way of displaying data based on the five-number summary. It can provide key information about the position and dispersion of the data, and is suitable for comparing differences among different datasets.
1.Input
A tab-separated text file table should contain three columns, with the following requirements:
- The first column: Sample names. These names must be unique and non-repetitive, used to identify different samples.
- The second column: Group information. This column describes the group or category that each sample belongs to.
- The third column: Genes or Taxonomy abundance ect.
.

2.Output

3. The figure shows the maximum, upper quartile, median, lower quartile, and minimum in sequence. The top part displays the results of significance difference analysis between groups. "ns" indicates no significance, * represents p < 0.05, ** represents p < 0.01, and *** represents p < 0.001.