[4a0329]: / man / reorderFeatures.Rd

Download this file

17 lines (15 with data), 388 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/scAI_model.R
\name{reorderFeatures}
\alias{reorderFeatures}
\title{Reorder features according to the loading values}
\usage{
reorderFeatures(W, cutoff = 0.5)
}
\arguments{
\item{W}{Basis matrix}
\item{cutoff}{Threshold of the loading values}
}
\description{
Reorder features according to the loading values
}