data_conversion: Convert Data Format

View source: R/data_conversion.R

data_conversionR Documentation

Convert Data Format

Description

Convert Data Format

Usage

data_conversion(
  SCE_object,
  return_format = "SingleCellExperiment",
  in_docker = FALSE,
  local_path = NULL
)

Arguments

SCE_object

A SingleCellExperiment object

return_format

Which data format you want, list or Seurat or h5ad or SingleCellExperiment

in_docker

Logical. Do you process simulation step in Docker?

local_path

If in_docker is TRUE, you must input the directory path on your local device

Value

The object you want, list or Seurat or h5ad or SingleCellExperiment.


duohongrui/simutils documentation built on March 12, 2024, 8:40 p.m.