subset,BarcodeQcSet-method | R Documentation |
Subset the BarcodeQcSet
## S4 method for signature 'BarcodeQcSet'
subset(x, i, drop = TRUE)
## S4 method for signature 'BarcodeQcSet,ANY,ANY,ANY'
x[i, drop = TRUE]
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. |
A BarcodeQcSet or BarcodeQc
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]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.