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, ...)
| x |
|
|---|---|
| ... | Ignored. |
A tibble, data.frame or list
deep_mutational_scan: S3 as.data.frame method
deep_mutational_scan: S3 as.list method