https://github.com/AllenInstitute/patchseqtools
Tip revision: 3c841b9fe8616cc0d88e4dc44b3048e8861c1687 authored by Jeremy Miller on 03 May 2024, 21:27:39 UTC
Update README.md with VISp viewer
Update README.md with VISp viewer
Tip revision: 3c841b9
reorder_matrix.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/CCA_wrappers.r
\name{reorder_matrix}
\alias{reorder_matrix}
\title{Reorder a matrix}
\usage{
reorder_matrix(matrix1, by.rows = TRUE)
}
\arguments{
\item{matrix1}{a matrix (rows=genes x columns=samples) of gene expression data
(e.g., scRNA-seq)}
\item{by.rows}{By rows (TRUE; default) or by columns}
}
\value{
a reordered matrix
}
\description{
This function reorders a matrix by rows of columns
}