cell2module.pl.BasicClass
Contents
cell2module.pl.BasicClass#
- class cell2module.pl.BasicClass(adata)#
A basic class.
- Parameters
adata (
AnnData) – The AnnData object to preprocess.
Attributes table#
Methods table#
|
A basic method. |
|
Another basic method. |
Attributes#
my_attribute#
- BasicClass.my_attribute: str = 'Some attribute.'#
my_other_attribute#
- BasicClass.my_other_attribute: int = 0#
Methods#
my_method#
- BasicClass.my_method(param)#
A basic method.
- Parameters
param (
int) – A parameter.- Return type
int- Returns
Some integer value.
my_other_method#
- BasicClass.my_other_method(param)#
Another basic method.
- Parameters
param (
str) – A parameter.- Return type
str- Returns
Some integer value.