dimensions: Get dimemsions

Description Usage Arguments Value See Also

Description

Get number of samples, features, or both dimensions of an HTSet object

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'HTSet'
dim(x)

## S4 method for signature 'HTSet'
nsamples(x)

## S4 method for signature 'HTSet'
nfeatures(x)

Arguments

x

HTSet-class

Value

A integer vector with length of 2. The first is the number of features, and the second is number of samples.

integer, number of samples

integer, number of features

See Also

HTSet-class


zhuchcn/HTSet documentation built on April 10, 2020, 4:51 p.m.