TENxFile-class: TENxFile: General purpose class for 10X files

TENxFile-classR Documentation

TENxFile: General purpose class for 10X files

Description

The TENxFile class is the default representation for unrecognized subclasses. It inherits from the BiocFile class and adds a few additional slots. The constructor function can handle typical 10X file types. For more details, see the constructor function documentation.

Slots

extension

character(1) The file extension as extracted from the file path or overridden via the ext argument in the constructor function.

colidx

integer(1) The column index corresponding to the columns in the file that will subsequently be imported

rowidx

integer(1) The row index corresponding to rows in the file that will subsequently be imported

remote

logical(1) Whether the file exists on the web, i.e., the resource is a URL

compressed

logical(1) Whether the file is compressed with, e.g., .gz


LiNk-NY/TENxIO documentation built on May 3, 2024, 11:08 p.m.