[4a0329]: / man / as_matrix.Rd

Download this file

15 lines (14 with data), 301 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/scAI_model.R
\name{as_matrix}
\alias{as_matrix}
\title{Convert a sparse matrix to a dense matrix}
\usage{
as_matrix(mat)
}
\arguments{
\item{mat}{A sparse matrix}
}
\description{
Convert a sparse matrix to a dense matrix
}