isFileCiteseq: Verify File is CITEseq.

Description Usage Arguments Value

View source: R/citeseq.R

Description

Verify that a given file is a CITEseq file by examining the header and looking for "cell_barcode", "adt_", and "gex_" values.

Usage

1
isFileCiteseq(filename, min_adt = 5, min_gex = 500)

Arguments

filename

The name of the file to test.

min_adt

Minimum number of ADT columns.

min_gex

Minimum number of GEX columns.

Value

TRUE if file is CITEseq, FALSE otherwise.


astrolabediagnostics/orloj documentation built on May 20, 2021, 2:17 p.m.