pRank: Percentile rank transformation of the data

Description Usage Arguments Value Examples

View source: R/pRank.R

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)

CytoDx documentation built on Nov. 8, 2020, 11 p.m.