subset-methods: Methods for subsetting BASiCS_Result and BASiCS_ResultsDE...

Description Usage Arguments Value

Description

Methods for subsetting BASiCS_Result and BASiCS_ResultsDE objects.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'BASiCS_ResultsDE,ANY,ANY,ANY'
x[i, j, drop = FALSE]

## S4 method for signature 'BASiCS_ResultsDE,ANY,ANY'
x[[i]]

## S4 method for signature 'BASiCS_Result,ANY,ANY,ANY'
x[i, j, drop = FALSE]

Arguments

x

Object being subsetted.

i

See ?`[`, ?`[[`

j, drop

Ignored.

Value

An object of the same class as x.


BASiCS documentation built on April 16, 2021, 6 p.m.