.GetMethod {SeuratObject}R Documentation

Get a Method

Description

Get a Method

Usage

.GetMethod(fxn, cls)

Arguments

fxn

Name of a function as a character

cls

The class to find a method of fxn for

Value

The method of fxn for class cls; if no method found, returns the default method. If no default method found; returns NULL

Examples

.GetMethod('t', 'Matrix')
.GetMethod('t', 'data.frame')


[Package SeuratObject version 5.1.0 Index]