t_sp: Transpose of sparse matrix

View source: R/RcppExports.R

t_spR Documentation

Transpose of sparse matrix

Description

Transpose of sparse matrix

Usage

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

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


WT215/bayNorm documentation built on Sept. 2, 2022, 1:46 a.m.