tirank.LoadData.load_sc_data
- tirank.LoadData.load_sc_data(path_to_sc_h5ead, savePath)[source]
Loads single-cell RNA-seq data from an .h5ad file.
- Parameters:
path_to_sc_h5ead (str) – The file path to the .h5ad file.
savePath (str) – The main project directory path to save the loaded AnnData object as ‘anndata.pkl’.
- Returns:
The loaded AnnData object.
- Return type:
sc.AnnData