tcR (version 1.1)

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.