2 Plot
2.1 Boxplot
Both wide matrix
and long matrix
data can be used to draw boxplot. In the demo1, we used the gene expression table in different samples with long matrix format and the metadata table of samples.
In the drawing parameters:
Specify the x-axis to display group information by selecting the option of
conditions
in theX-axis variable
parameter;Specify the y-axis to display the expression of genes in different samples by selecting the option of
ENSG00000109689
in theY-axis variable
parameter;Add lines of the paired samples in the two groups by selecting the option of
individual
in theGroup variable for lining points
parameter;Use the color set “Set3” to color the boxes of two groups by selecting the option of
Set3
in theManual color vector (color set)
parameter;The
Do statistics significane test for each group
parameter is selected asyes
so that a letter is added to the top of the box to show whether the gene is significantly different between the two groups.
2.2 Flower
In the demo1, paste two-column matrix with the sample information of genes.
In the drawing parameters:
Specify the column containing genes by selecting the option of
Gene
in theColumn containing all items
parameter;Specify the column containing sample information by selecting the option of
Sample
in theColumn containing all sets information
parameter;Change the label of the center circle which reflecting the number of common genes of all samples by inputting
core
in the textarea ofCenter circle label
parameter.
2.3 Line plot
Both wide matrix
and long matrix
data can be used to draw line plot. In the demo1, we used the gene expression table in different samples with wide matrix format.
In the drawing parameters:
- Use the color set “Set3” to color the lines of genes by selecting the option of
Set3
in theManual color vector (color set)
parameter.
2.4 Pretty heatmap
In the demo1, we used the common gene expression profile which contains the expression of genes in different samples.
In the drawing parameters:
The
Duplicate rownames
parameter is selected asAutomatically rename
to deal with duplicate row names of data;The
Scale data
parameter is selected asRaw
to scale the rows of data for clustering and visualization;Use the color set “Set3” to color the lines of genes by selecting the option of
Set3
in theManual color vector (color set)
parameter.
2.5 Volcano plot
In the demo1, we used the different gene analysis result incluing all gene name, the mean of gene expression between the two groups, log2 fold change of gene expression in the two groups, statistical significance results, some interesting gene names, and the information whether the gene is different between the two groups.
In the drawing parameters:
Specify the name of the column whose value is log2 fold change of gene expression in the two groups by selecting the option of
log2FoldChange
in theFold change column
parameter;Specify the name of the column whose value is statistical significance results by selecting the option of
padj
in theStatistical significance column
parameter;The
Log10 transform significance value
parameter is selected asLog 10 transform
to transform log10 on the statistical significance results;Specify the name of the column whose value is the information whether the gene is different in the two groups by selecting the option of
Level
in theGene expression change status variable
parameter;After selecting the option of
Level
in theGene expression change status variable
parameter, the order of variables in thelevel
can be set by selecting the order of the options of theStatus variable order
parameter;Change the color transparency of points by inputting
0.4
in the textarea ofColor transparency
parameter;Add the horizontal lines to show the significance threshold by inputting
fdr
in the textarea ofHorizontal line positions
parameter;Add the horizontal and vertical lines to show the threshold of significance and log2 fold change by inputting
0.05,1
in the textarea ofDE genes filtering threshold
parameter. And ifGene expression change status variable
parameter is empty, the parameter will automatically determine which genes are the different between the two groups based on the provided thresholds.
2.6 VennDiagram plot
In the demo1, paste two-column matrix with the sample information of genes.
In the drawing parameters:
Specify the column containing genes by selecting the option of
Gene
in theColumn containing all items
parameter;Specify the column containing sample information by selecting the option of
Sample
in theColumn containing all sets information
parameter;Samples of interest and order of presentation can be set by selecting
Set1, Set2, Set3, Set4
(multiple options in order) of theChoose which sets to plot and their order
parameter;Change the label size by inputting
0.6
in the textarea ofLabel size
parameter;Change the blank range around the diagram by inputting
0.1
in the textarea ofMargins
parameter.
2.7 Enrichment plot
In the demo1, paste four-column matrix with the group information, GeneRatio, statistical significance results, the number of genes of GO terms, and the description of GO terms.
In the drawing parameters:
Specify the x-axis to display GeneRatio by selecting the option of
geneRatio
in theX-axis variable
parameter;Specify the y-axis to display the description of GO terms by selecting the option of
Description
in theY-axis variable
parameter;Specify the color of points to display the statistical significance results by selecting the option of
Qvalue
in theColor variable
parameter;Neg log10 transform statistical significance results by selecting the option of
Qvalue
in theNeg log10 transform variable
parameter;Specify the size of points to display the number of genes of GO terms by selecting the option of
Count
in thePoint size variable
parameter;Specify the shape of points to display the group information by selecting the option of
SampleGroup
in theShape variable
parameter.
2.8 Upsetview plot
Both wide matrix
and long matrix with header
data can be used to draw upsetview plot. In the demo1, paste wide matrix containing the name of movies and the style of movies.
In the drawing parameters:
- Specify the threshold of intersections to plot by inputting
7
in the textarea of theNumber of intersections to show
parameter.
2.9 Scatter plot
In the demo1, paste four-column matrix with gene names, the sample information, gene expression, and gene percent.
Specify the x-axis to display gene by selecting the option of
Gene
in theX-axis variable
parameter;Specify the y-axis to display the sample information by selecting the option of
Cluster
in theY-axis variable
parameter;Change the color of points to display the gene expression by selecting the option of
Expr
in theColor variable
parameter;Add the label of points to display the gene expression by selecting the option of
Expr
in thePoint size variable
parameter;Change the size of points to display the gene percent by selecting the option of
Percent
in theSize variable
parameter;The
Legend position
parameter is selected asTop
to put the legend above the graph.
2.10 Bar plot
Both wide matrix
and long matrix
data can be used to draw bar plot. In the demo1, we used the gene expression table in different samples with long matrix format.
Specify the x-axis to display sample information by selecting the option of
ID
in theX-axis variable
parameter;Specify the y-axis to display the expression of genes in different samples by selecting the option of
Expression
in theY-axis variable
parameter;Change the color of points to display the gene expression by selecting the option of
Gene
in theColor variable
parameter;The
Add text
parameter is selected asTrue
so that the texts are added to bars to display the gene expressions;Change the font size by inputting
10
in the textarea ofBase font size
parameter;Use the color set “Set3” to color the bars by selecting the option of
Set3
in theManual color vector (color set)
parameter.
2.11 Histogram
Both wide matrix
and long matrix
data can be used to draw histogram. In the demo1, we used a data which is the weight in different genders with long matrix format.
In the drawing parameters:
Specify the x-axis to display weight by selecting the option of
weight
in theX-axis variable
parameter;Use the gender as group information by selecting the option of
sex
in theGroup variable
parameter;Specify the y-axis to display the density of weight by selecting the option of
Density
in theY-axis variable
parameter;The graph is composed of histogram and density curve by selecting the option of
Line and Histogram
in thePlot type
parameter;Fill areas
parameter is selecting asTrue
to fill the plot with colors;Vline at mean value
parameter is selecting asTrue
to add vertical lines for each group.
2.12 EulerDiagrams plot
In the demo1, paste two-column matrix with the sample information of genes.
In the drawing parameters:
The
Specified input format
parameter need to be selected asItems
due to the need to count the number of genes in different sets;Specify the column containing genes by selecting the option of
Gene
in theColumn containing all items
parameter;Specify the column containing sample information by selecting the option of
Sample
in theColumn containing all sets information
parameter;Set
Plot type
parameter toCounts
to add the number of genes in different sets;Set
Plot shape
parameter toCircle
to make the graph corresponding to all groups circular;Change the font size for numbers by inputting
1
in the textarea ofFont size for numbers
parameter;Change the font size for labels by inputting
1
in the textarea ofFont size for labels
parameter;Set
Line type
parameter toSoild
to make the edge of the graph the solid lines;Change the color transparency of points by inputting
0.6
in the textarea ofColor transparency
parameter.
2.13 Non-classical venn
In the demo1, paste two-column matrix with the sample information of genes.
In the drawing parameters:
Specify the column containing genes by selecting the option of
Gene
in theColumn containing all items
parameter;Specify the column containing sample information by selecting the option of
Sample
in theColumn containing all sets information
parameter;Specify the interest samples to display by selecting the option of
Set1, Set2, Set3
in theSelect sets to show
parameter;The
Do weighted
parameter is selected asNo
so that do not calculate the weight of the data;The
Venn type
parameter is selected asTriangles
so that each set is displayed as a triangle and combined into a triangle;The
Show the set label
parameter is selected asTrue
so that each set is displayed as a triangle and combines into a triangle;Add the sample name on the graph by selecting
True
in theShow the set label
parameter;Fill the sets with colors by selecting
True
in theFill set
parameter;Add the sample boundaries on the graph by selecting
True
in theShow boundaries of the Sets
parameter;Add the elements information of different sets on the graph by selecting
Elements
in theFaceText
parameter.