Diff of /man/reorderFeatures.Rd [000000] .. [4a0329]

Switch to unified view

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