permutedf: Shuffling data frames.

Description Usage Arguments Value

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

1
2
3
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.


tcR documentation built on July 2, 2020, 3:18 a.m.