cellgeni / sceasy

A package to help convert different single-cell data formats to each other
GNU General Public License v3.0
346 stars 52 forks source link

Non-existent Function Documentation #89

Open DarioS opened 2 months ago

DarioS commented 2 months ago

There is no man folder of Rd files and the README file is insufficient since valid values for function parameters are not specified.

> converted <- convertFormat(aSingleCellExperiment, from = "sce", to = "seurat")
Error: Unsupported conversion from "sce" to "seurat"

Lots of R packages depend on SeuratObject input data, so this is an important functionality to be missing.