t_sp: Transpose of sparse matrix

Description Usage Arguments Details Value Examples

View source: R/RcppExports.R

Description

Transpose of sparse matrix

Usage

1
t_sp(Data)

Arguments

Data

A matrix of single-cell expression where rows are genes and columns are samples (cells). Data can be of class SummarizedExperiment (the assays slot contains the expression matrix and is named "Counts") or just matrix.

Details

Transpose of sparse matrix.

Value

Transpose of sparse matrix.

Examples

1
2
3
data("EXAMPLE_DATA_list")
#Should not run by the users, it is used in prior estimation.
## Not run: 

bayNorm documentation built on Nov. 8, 2020, 8:25 p.m.