find_iqlr_denoms: Find IQLR Denominators

Description Usage Arguments Value References

View source: R/iqlr.R

Description

This function identifies which features in a matrix are suitable set to use as a denominator for the 'Interquartile Logratio' (IQLR) transformation. These are the features that have variance in the interquartile range after transforming the data using the centered logratio (CLR) transformation. This was originally introduced in ALDEx2 in its paper.

Usage

1
find_iqlr_denoms(mat, base = "e")

Arguments

mat

a D x M matrix, with D features and M samples

base

either "e" (for natural log scale) or "2" for base-2 logarithm

Value

a numeric vector containing the indices of the features that form the set to be used as the denominator for the IQLR transformation

References

For the ALDEx2 paper discusing the IQLR transformation, see https://dx.doi.org/10.1186%2F2049-2618-2-15


warrenmcg/sleuth-ALR documentation built on Oct. 27, 2020, 4:30 a.m.