tcR (version 2.3.2)

permutedf: Shuffling data frames.

Description

Shuffle the given data.frame and order it by the Read.count column or un-shuffle a data frame and return it to the initial order.

Usage

permutedf(.data)

unpermutedf(.data)

Arguments

.data

MiTCR data.frame or list of such data frames.

Value

Shuffled data.frame or un-shuffled data frame if .data is a data frame, else list of such data frames.