prof.funct: Emprirical statistical depth

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/prof.funct.R

Description

Computes the sample statistical depth of a given sample using the procedure described in Nieto-Reyes (2011) and Nieto-Reyes and Cabrera (2020).

Usage

1

Arguments

x

A matrix where the columns are the sample elements and the rows the variables. The matrix can represent functional or multivariate data. It requires at least two variables. When applied to gene expression data, each column is a RNA-seq or microarray and the rows represent the genes.

Value

The function returns a list containing the following components:

Author(s)

Alicia Nieto-Reyes and Javier Cabrera

References

Nieto-Reyes A. (2011) On the Properties of Functional Depth. In: Ferraty F. (eds) Recent Advances in Functional Data Analysis and Related Topics. Contributions to Statistics. Physica-Verlag HD.

Nieto-Reyes A, Cabrera J. Statistical depth based normalization and outlier detection of gene expression data. Preprint.

See Also

normalization and prof.funct

Examples

1
2
3
4
5
6
7
8
# Applies the "prof.funct" function to the Tissue dataset
p = prof.funct(Tissue)

# Gives the depth values of each of the 41 microarrays in the Tissue dataset
p$depth.val

# Gives the deepest microarray of the Tissue dataset, the one with highest depth value.
p$deepest.ele

AliciaNieto/fdaRNA documentation built on May 29, 2020, 11:58 a.m.