Hi,
would you be able to easily add a untidy() function, which reverts the tidy object back to original formatting including any changes made to the tidy version ?
Smth like:
edgeR_oject_tidy <- edgeR_oject %>% tidy()
edgeR_oject <- edgeR_oject_tidy %>% untidy()
I do often get into the situation that I have to jump between formatting, as the package functions need the base formatting.
Cheers
Jakob
Hi,
would you be able to easily add a untidy() function, which reverts the tidy object back to original formatting including any changes made to the tidy version ?
Smth like:
edgeR_oject_tidy <- edgeR_oject %>% tidy()edgeR_oject <- edgeR_oject_tidy %>% untidy()I do often get into the situation that I have to jump between formatting, as the package functions need the base formatting.
Cheers
Jakob