Tidy data

Transform the data form expression data(column:sample and row:gene) to a transpose matrix(column:gene,row:sample)

pca_data_tidy()

the Principal Components Analysis need the data must be transformed

Plot

draw the plot one step

pca()

PCA plot