Get startedGet started for free

More about ABCD1

Now that you know that there is an overlap between chromosome X and the gene ABCD1, you can find its gene id and location, also called locus.

This exercise is part of the course

Introduction to Bioconductor in R

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Store the overlapping range in rangefound
___ <- ___(hg_chrX, ABCD1)

# Print names of rangefound
___(___)
Edit and Run Code