Skip to contents

This function allows the dropping of one or several samples from a RepSeqExperiment object by specifying their corresponding sample ids.

Usage

dropSamples(x, sampleNames)

Arguments

x

an object of class RepSeqExperiment

sampleNames

a vector of character with the sample_ids of the repertoires to drop from the RepSeqExperiment object.

Value

a RepSeqExperiment object.

Examples


data(RepSeqData)

dropRepSeqData<- dropSamples(x = RepSeqData,
                             sampleNames=c("tripod-30-813", "tripod-30-815"))