Switch to unified view

a b/OmicsFold/man/dot-add.feature.labels.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/blockrank.R
3
\name{.add.feature.labels}
4
\alias{.add.feature.labels}
5
\title{Internal function to add feature names}
6
\usage{
7
.add.feature.labels(blockrank.i, x.data)
8
}
9
\arguments{
10
\item{blockrank.i}{A list of numeric vectors containing BlockRank scores. One list item per data block}
11
12
\item{x.data}{List containing the centered and standardized original predictor matrix (with feature names)}
13
}
14
\value{
15
A list of numeric vectors containing BlockRank scores, with named features
16
}
17
\description{
18
Internal function to add feature names
19
}