f6v
f6v
Hi, I was running mixcr 3 with the IMGT reference like so: ``` mixcr analyze amplicon --species mmu --starting-material rna --5-end no-v-primers --3-end c-primers --adapters no-adapters --library imgt --threads 8...
I noticed that unlike RNA analysis, the original identities aren't assigned to the Seurat object when using `ATACRunSeurat`. I propose to add the same behaviour where: - The `orig.ident` is...
I've added custom dimensionality reduction to my Seurat object, as well as pseudotime values. The DimPlot look alright: FeaturePlot is way off: In this case, I have to set the...
Thanks for the package, it made my analyses much more enjoyable! I'm wondering if there's an easy way to highlight just one cluster with `plot_hexbin_feature_plus`. I guess there's no support...
COVID19 Bronchoalveolar lavage fluid scRNA-seq
Hi, Thanks for sharing! What kind of hardware did you use for running this?
As a heads-up, I don't think the following works with the latest `Seurat`: ``` epi.seur = SetIdent(epi.seur, [email protected]$phenograph.k750) fib.seur = SetIdent(fib.seur, [email protected]$phenograph.k250) imm.seur = SetIdent(imm.seur, [email protected]$phenograph.k250) ``` I updated the...
Branch.getContentUrl() is deprecated. Is there any updated example?
This is a long shot, but I'll try anyway. I'm trying to run this with Docker on M1 Mac. Here's the error: ``` ➜ nextflow nextflow run nextflow-io/rnaseq-nf -with-docker N...