Conveniently convert deep_mutational_scan objects to a tibble or data.frame or list, with the option to add gene and study columns.

# S3 method for deep_mutational_scan
as_tibble(x, ...)

# S3 method for deep_mutational_scan
as.data.frame(x, ...)

# S3 method for deep_mutational_scan
as.list(x, ...)

Arguments

x

deep_mutational_scan object.

...

Ignored.

Value

A tibble, data.frame or list

Methods (by class)

  • deep_mutational_scan: S3 as.data.frame method

  • deep_mutational_scan: S3 as.list method