re_format_AP {mina}R Documentation

Convert APResult (apcluster output) to dataframe.

Description

Modified from https://rdrr.io/github/jefferis/flycircuit/src/R/clustering.R #sym-as.data.frame.APResult

Usage

re_format_AP(x)

Arguments

x

an APResult object from apcluster.

Value

y A data frame with columns 'ID', 'Exemplar', 'Cluster' and 'Cluster_size'.


[Package mina version 1.2.0 Index]