pRank {CytoDx} | R Documentation |
A function that performs the rank transformation of the data.
pRank(x, xSample)
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). |
Returns data frame containing rank transformed data.
x <- pRank(x=iris[,1:4],xSample=iris$Species)