Get unmatched set from a Matched object

unmatched(x, ...)

# S4 method for MDF_OR_MGR_OR_MGI
unmatched(x, ...)

Arguments

x

A MatchedDataFrame, MatchedGRanges, or MatchedGInteractions object.

...

Additional options.

Value

An object of the same class as x representing the unmatched set.

Examples

set.seed(123)
x <- makeExampleMatchedDataSet(matched = TRUE)
unmatched(x)
#> DataFrame with 9500 rows and 3 columns
#>       feature1  feature2    feature3
#>      <logical> <numeric> <character>
#> 1        FALSE   3.28347           e
#> 2        FALSE   7.12640           a
#> 3        FALSE   1.92222           b
#> 4        FALSE  10.24116           a
#> 5        FALSE  10.17287           c
#> ...        ...       ...         ...
#> 9496     FALSE   1.23578           b
#> 9497     FALSE   1.69671           a
#> 9498     FALSE   6.11140           a
#> 9499     FALSE   2.21657           d
#> 9500     FALSE   5.33003           b