scgan_data_conversion: Convert R Matrix to Python h5ad File

View source: R/data_conversion.R

scgan_data_conversionR Documentation

Convert R Matrix to Python h5ad File

Description

Convert R Matrix to Python h5ad File

Usage

scgan_data_conversion(data, data_id, res, group = NULL, save_to_path, verbose)

Arguments

data

A gene expression matrix with cell on columns and gene on rows.

data_id

Tha data name to be output.

res

The clustering resolution. Default is 0.15.

group

The group information of each cells. If not NULL, the res will be none and the clustering step will not be performed.

save_to_path

The save path on local device.

verbose

If messages are returned during the process.


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