View source: R/data_conversion.R
scgan_data_conversion | R Documentation |
Convert R Matrix to Python h5ad File
scgan_data_conversion(data, data_id, res, group = NULL, save_to_path, verbose)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.