Preprocessing: pp#
Filtering based on both marker intensity and cell-level observational values/quantiles. Common transforms used for marker intensity values. If backend is set to GPU (and configured), some functions wrap rapids_singlecell functions. Otherwise, same functions wrap scanpy.
Functions#
Set the backend to use for processing. |
|
Filters cells which belong to a category in |
|
Filters cells which have a value of a given |
|
Filters cells which have a value of a given |
|
Filters cells which have a value of a given |
|
Filters cells which have a value of a given |
|
Fill NaNs in a given layer or .X with a given value. |
|
Apply log1p transformation (natural log transform with pseudocount) to a given layer or .X. |
|
Apply arcsinh transformation with a given cofactor to a given layer or .X. |
|
Apply z-score transformation along the rows of a given layer or .X. |
|
Scale columns and rows to have 0 mean and unit variance in a given layer or .X. |
|
Normalise data to the 95th or 99th percentile. |
|
Compute a neighborhood graph in a given expression or embedding space. |
|
Adds .obs features as .var features to an AnnData. |
|
Subsets an AnnData object by var names. |
|
Subsets an AnnData object by obs category or categories. |