You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This is the 1st commit message:
Concatenation: fix order of var_names in concatenated object.
# This is the commit message #2:
Adjust tests in order to use less memory
# This is the commit message #3:
Another attempt to reduce memory footprint
# This is the commit message #4:
Add logging
# This is the commit message #5:
More robust indexing handling
# This is the commit message #6:
Add possibility to disable runtime asserts
# This is the commit message #7:
Use check_list instead of sort
# This is the commit message #8:
Reindexing will always be more efficient
# This is the commit message #9:
Use backed array
Components needed for RNA velocity analysis and visualization inclusion into open pipelines:
function:
scv.utils.show_proportions(adata)
Preprocessing and fit:
functions:
scv.pp.filter_and_normalize(adata, min_counts=20, min_counts_u=10)
scv.pp.moments(adata)
scv.tl.recover_dynamics(adata)
QC2: Gene likelihood check:
function:
scv.tl.velocity(adata, mode=‘dynamical’)
functions:
scv.tl.velocity_embedding(adata, basis=‘umap’)
function(s):
scv.pl.velocity_embedding(adata, basis=‘umap’, color=, arrow_size=2, arrow_length=5, alpha=0.2, size=20)
The text was updated successfully, but these errors were encountered: