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.

Automatic gene symbols lookup in plotting

See original GitHub issue

In plotting functions: Why not automatically lookup gene symbols from .var['gene_symbols'] if it’s present? Then we don’t have to add and check for a gene_symbols parameter everywhere…

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
LuckyMDcommented, Dec 3, 2018

I wasn’t aware of read_10x_h5 creating a .var['gene_symbols'] column. In that case it’s quite an elegant solution for people who read in 10x data directly. There will probably be more people who use read_10x_h5 and read_10x_mtx than people who do not want to plot gene symbols. In that case I guess the convenience of the many outweighs the needs of the few.

Maybe output something to say that the gene_symbols column in var is being used for plotting when it is found. Then it’s not like some magic is happening in the background of which the user is ignorant.

0reactions
flying-sheepcommented, Aug 19, 2019

Seems like it!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Automatic gene symbols lookup in plotting · Issue #385 - GitHub
In plotting functions: Why not automatically lookup gene symbols from .var['gene_symbols'] if it's present? Then we don't have to add and ...
Read more >
Gene annotation in Ensembl
Gene annotation is the plotting of genes onto genome assemblies, and indexing their genomic coordinates. Gene annotation provided by Ensembl includes automatic ......
Read more >
Gene symbols on MA-plot
I would like to include gene symbols on a MA plot in the same manner as is implemented in the volcano plot command....
Read more >
Generate bootstrap plots — generate_bootstrap_plots • EWCE
List of gene symbols containing the background gene list (including hit genes). If bg=NULL , an appropriate gene background will be created automatically....
Read more >
Geneshot: search engine for ranking genes from arbitrary text ...
Several tools have been developed to identify gene sets given arbitrary PubMed search terms. For example, the tool Gene List Automatically ...
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