Thank you too, Leszek.
• 0 views
•
link
Hello, I would like to extract the genomic coordinates from a series of genes using a common substring of their gene names. For example, the method should output, for the name "tubulin", the ranges (i.e. in BED format) of all the genes in the genome (i.e. mouse) containing "tubulin" (i.e. alpha, beta, gamma). How could I proceed?
Thank you too, Leszek.
I would try either:
or
This is what I did, thank you!
Log in to answer this question.