aggregate_cells-methods: Creates a 'tt' object

aggregate_cellsR Documentation

Creates a 'tt' object

Description

aggregate_cells() creates a speudo-bulk 'tbl' object formatted as | <SAMPLE> | <TRANSCRIPT> | <COUNT> | <...> |

Usage

aggregate_cells(
  .data,
  .sample = NULL,
  slot = "data",
  assays = NULL,
  aggregation_function = Matrix::rowSums
)

Arguments

.data

A 'tbl' formatted as | <SAMPLE> | <TRANSCRIPT> | <COUNT> | <...> |

.sample

The name of the sample column

Details

\lifecycle

maturing

...

Value

A 'tbl_df' object

Examples





my_tt =  aggregate_cells(aggregate_cells::counts_mini, sample, transcript, count)



stemangiola/ttSc documentation built on Dec. 8, 2022, 2:37 a.m.