pRank: Percentile rank transformation of the data

Description Usage Arguments Value Examples

Description

A function that performs the rank transformation of the data.

Usage

1
pRank(x, xSample)

Arguments

x

A data frame containing the pooled data from fcs files. Each row is a cell, each column is a marker.

xSample

A vector specifying which sample each cell belongs to. Length must equal to nrow(x).

Value

Returns data frame containing rank transformed data.

Examples

1
x <- pRank(x=iris[,1:4],xSample=iris$Species)

hzc363/CytoDx documentation built on May 8, 2019, 11:56 p.m.