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
Conditional subsetting of Seurat object
I have a Seurat object that I have run through doubletFinder. I am trying to subset the object based on cells being classified as a 'Singlet' under seurat_object@meta.data[["DF.classifications_0...

cer
Votes: 0
Answers: 2
ggplot2 overlapping causing issues with ridgeplot
I am creating ridge plots from the Seurat package. This packages utilizes ggplot2. All of my ridge plots look great except for one. I am trying to manually adjust the bandwidth to make this plot look ...
Allen Schweickart
Votes: 0
Answers: 1