Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dimRes object does not inherit data.frame? #310

Open
clabornd opened this issue Mar 5, 2024 · 0 comments
Open

dimRes object does not inherit data.frame? #310

clabornd opened this issue Mar 5, 2024 · 0 comments

Comments

@clabornd
Copy link
Contributor

clabornd commented Mar 5, 2024

obj <- group_designation(pmartRdata::pep_object, main_effects = "Phenotype")
obj <- edata_transform(obj, 'log2')
dimres <- dim_reduction(obj)
class(dimres)

Wondering if there is a reason this does not inherit data.frame in addition to 'dimRes'. Seems like it would be useful to use dplyr/write_csv on this object sometimes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant