question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

why my adata.obs including Clusters, _X and _Y ?

See original GitHub issue

Hi, Thank you for creating scvelo. That is a very great tool.

I am a novice for single cell analysis. So my problem may be ridiculous. But it really perplexed me.

I ran Cellranger count to get matrix and I used velocyto to align. And finally, I got a .loom file. I checked this file and found out there are columns such Clusters, _X ,_Y in my adata.obs.

I feel puzzled. I didn’t do cluster and why there are Clusters, _X, _Y ?

My code is displayed as following:

houruiyan@GPU:~/10genomic$ nohup cellranger count --id=run_count_1kpbmcs --fastqs=./pbmc_1k_v3_fastqs --sample=pbmc_1k_v3 --transcriptome=./refdata-cellranger-GRCh38-3.0.0 & (velocyto) houruiyan@GPU:~/10genomic$ nohup velocyto run10x ~/10genomic/run_count_1kpbmcs/ /home/houruiyan/10genomic/Homo_sapiens.GRCh38.93.gtf &

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
houruiyancommented, Apr 26, 2020

Thank you very much !!! Thank you for your patient explanation!

0reactions
VolkerBergencommented, Apr 25, 2020

From the deterministic/steady-state model, you only obtain one value of gamma denoted as ‘velocity_gamma’, which is the relative steady-state ratio, not the degradation rate.

The dynamical model provides many estimates all starting with ‘fit_’, including the rates of transcription (‘fit_alpha’), splicing (‘fit_beta’) and degradation (‘fit_gamma’).

In the latest source version, you can fetch all anndata keys that start with ‘fit_’ by path search via scv.get_df(adata, 'fit_*').

Per default, the dynamical only fits phase trajectories for those genes, that can be reliably fitted. You can force it to fit all genes by setting var_names='all' in tl.recover_dynamics.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Scanpy Tutorial - 65k PBMCs - Parse Biosciences
Lets visualize the results of our filtered data and print the updated median transcript and gene counts. sc.pl.scatter(adata, x='total_counts', ...
Read more >
RNA velocity analysis with scVelo - Sam Morabito
In this tutorial, I will cover how to use the Python package scVelo to perform RNA velocity analysis in single-cell RNA-seq data (scRNA-seq)....
Read more >
Preprocessing and clustering 3k PBMCs - Scanpy tutorials
Read in the count matrix into an AnnData object, which holds many slots for annotations and different representations of the data. It also...
Read more >
Clustering Distance Measures - Datanovia
The choice of distance measures is a critical step in clustering. It defines how the similarity of two elements (x, y) is calculated...
Read more >
Hierarchical Clustering in R: Dendrograms with hclust
Notice how the dendrogram is built and every data point finally merges into a single cluster with the height(distance) shown on the y-axis....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found