subset: Subset the BarcodeQcSet

subset,BarcodeQcSet-methodR Documentation

Subset the BarcodeQcSet

Description

Subset the BarcodeQcSet

Usage

## S4 method for signature 'BarcodeQcSet'
subset(x, i, drop = TRUE)

## S4 method for signature 'BarcodeQcSet,ANY,ANY,ANY'
x[i, drop = TRUE]

Arguments

x

A BarcodeQcSet object

i

A integer vector or a character vector, specifying the selected samples.

drop

a logical value, if TRUE, when only one sample is selected, the output will be a BarcodeQc object.

Value

A BarcodeQcSet or BarcodeQc

Examples


example_data <- system.file("extdata", "mef_test_data", package = "CellBarcode")
fq_files <- dir(example_data, "fastq.gz", full=TRUE)
qc_noFilter <- bc_seq_qc(fq_files) 
qc_noFilter[1:3]


wenjie1991/CellBarocde documentation built on April 17, 2024, 4:41 a.m.