cell_analysis-class: 'cell_analysis' class

cell_analysis-classR Documentation

cell_analysis class

Description

The cell_analysis class is based on list, created in order to store analysis of cell level information (cell_df).

Properties of cell_analysis

Objects of class cell_analysis have following named nodes:

  • cells : Contains information about cell_group_type in terms of (data, minor and major attributes).(a tibble)

  • sections : Contains boundaries of each data block. (a tibble)

  • details : a list containing further information

  • cell_df : The original cell_df which is passed for processing

Applicable methods on cell_analysis

  • print: Prints identifier of the class and the number of blocks (and potential issues if any).

  • plot: Plots (using ggplot2) the data-block information.


r-rudra/tidycells documentation built on July 19, 2022, 5:10 a.m.