Skip to contents

This is an example of the output of the kmeans_clustering

Usage

kmeans_output

Format

dataframe containing 4 columns: gene name, axis_1, axis_2, cluster

Examples

# Load file
data(kmeans_output)

# Visualize the file
head(kmeans_output)
#>                  name    axis_1     axis_2 cluster
#> 1 TcYC6_0128200-RA-p1 -3.754296 -1.3045277       3
#> 2 TcYC6_0128210-RA-p1 -3.110871 -0.6916588       4
#> 3 TcYC6_0128220-RA-p1 -4.136747 -1.6989440       3
#> 4 TcYC6_0128230-RA-p1 -3.824319 -1.5401611       3
#> 5 TcYC6_0128240-RA-p1 -4.329191 -1.6484587       3
#> 6 TcYC6_0128250-RA-p1 -4.187994 -1.7303893       3