Learn R Programming

RclusTool (version 0.91.3)

computeItemsGUI: GUI to estimate the number of cells in colonies for each cluster

Description

Open a Graphical User Interface allowing to choose cluster name and model file for the estimation and the saving of the number of cells in colonies.

Usage

computeItemsGUI(method.select = "K-means", RclusTool.env = RclusTool.env)

Arguments

method.select

character vector specifying the name of the clustering result to use ('K-means' by default).

RclusTool.env

environment in which all global parameters, raw data and results are stored.

Value

csv file containing the counts.

Details

computeItemsGUI opens a Graphical User Interface allowing to choose cluster name and model file for the estimation and the saving of the number of cells in colonies

Examples

Run this code
# NOT RUN {
computeItemsGUI(method.select="K-means")
 
# }

Run the code above in your browser using DataLab