sub-NetProphetDataSet-ANY-ANY-ANY-method: subsetting the NetProphetDataSet

Description Usage Arguments Value

Description

subsetting the NetProphetDataSet

Usage

1
2
## S4 method for signature 'NetProphetDataSet,ANY,ANY,ANY'
x[i, j, drop = TRUE]

Arguments

x

a NetProphetDataSet object

i

column index or incicies (a numeric or boolean vector)

j

column filter – an index, name, boolean or vector of them

drop

default TRUE. This may not do anything – need to check if it is part of the Extending SummarizedExperiment documentation, or a feature I added, then removed and forgot to remove the argument.

Value

a NetProphetDataSet. If the subsetting is on the genes, the regulation matrix will also be gene filtered in the same way as the counts. Column filtering does not currently affect the regulation matrix


cmatKhan/bartNP documentation built on Dec. 19, 2021, 5:16 p.m.