python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
scv.pl.proportions(): numpy.AxisError in `Cellrank` workflow
I am new to use python to anlyze scRNA-seq. I run the cellrank workflow and always found this error.
Here is my code for Cellrank:
import scvelo as scv
import scanpy as sc
import cellrank
import nump...

jpx
Votes: 0
Answers: 1
scanpy correlation matrix with dendrogram
I tried to recreate the correlation matrix that is described in scanpy's tutorial, using my own RNAseq dataset.
The relevant function in scanpy is: sc.pl.correlation_matrix and the plot looks like thi...
Ofir Shorer
Votes: 0
Answers: 1
Receiving "TypeError: __init__() got an unexpected keyword argument 'basey'" In this tutorial
I've been trying to run through this tutorial (https://bedapub.github.io/besca/tutorials/scRNAseq_tutorial.html) for the past day and constantly get an error after running this portion:
bc.pl.kp_gene...
SorenFlying
Votes: 0
Answers: 4