--- a +++ b/OmicsFold/man/dot-normalise.logit.feature.Rd @@ -0,0 +1,21 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/MixMC.R +\name{.normalise.logit.feature} +\alias{.normalise.logit.feature} +\title{Apply the logit function to a single feature} +\usage{ +.normalise.logit.feature(feature) +} +\arguments{ +\item{feature}{Feature column.} +} +\value{ +Normalised feature column. +} +\description{ +Internal function for "empirical" logit normalisation of a feature (column) +of data. The empirical logit function differs for standard logit +normalisation in that an epsilon factor is added to ensure that function does +not tend to +/- infinity for input values close to 100\% and 0\% +respectively. +}