Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor from/to Seurat conversion (#183)
* wip new seurat conversion * fix var * fix test * style pkg * refactor seurat approach * add graph mappings * update to_Seurat function * update from_Seurat * add assay name to helper functions * improve to_seurat docs * improvements to seurat docs * update documentation * run styler * make sure that assay meta.data ends up in the output * fix unit test * fix to_seurat * add to_seurat test * update docs and styler * add seurat to suggests * remove biocstyle from vignette * fix variable * fix guess_varms * do not export to/from_Seurat helper functions * roxygen * remove accidental comment * fix links * undo changes not related to seurat * add more info to layer mapping * Update R/Seurat.R Co-authored-by: Luke Zappia <[email protected]> * Apply suggestions from code review Co-authored-by: Luke Zappia <[email protected]> * update descriptions * map all uns to misc my default * use `check_requires` to check required packages * roxygenise * simplify flow * improve readability * change warning into stop * remove do.call * clarify * address comments * fix imports * styler * fix check_requires if packages are on bioconductor * uniformise notation * apply suggestions from review * apply suggestions * Apply suggestions from code review Co-authored-by: Luke Zappia <[email protected]> * apply suggestions from review * trycatch generator * restyle * fix guess function * Update R/Seurat.R Co-authored-by: Luke Zappia <[email protected]> --------- Co-authored-by: Luke Zappia <[email protected]>
- Loading branch information