locuszoomr: an R package for visualizing publication-ready regional gene locus plots.

Myles J Lewis1, Susan Wang1

  • 1Centre for Experimental Medicine & Rheumatology, William Harvey Research Institute, Queen Mary University of London, London EC1M 6BQ, United Kingdom.

PubMed
Summary

Locuszoomr is a new R package for creating publication-ready gene locus plots locally. It offers flexible visualization of genetic data, including linkage disequilibrium and gene annotation, with fast performance.

Related Concept Videos

Plotting and Calibrating the Root Locus01:19

Plotting and Calibrating the Root Locus

Root loci often diverge as system poles shift from the real axis to the complex plane. Key points in this transition are the breakaway and break-in points, indicating where the root locus leaves and reenters the real axis. The branches of the root locus form an angle of 180/n degrees with the real axis, where n is the number of branches at a breakaway or break-in point.
The maximum gain occurs at the breakaway points between open-loop poles on the real axis, while the minimum gain is...
86
Selected Data About Geographic Locations01:25

Selected Data About Geographic Locations

Geographic Information Systems (GIS) rely on two core types of data: spatial data and attribute data.Spatial DataSpatial data defines the physical location of features within a coordinate system, typically expressed in terms of latitude and longitude. It provides precise positioning for elements like roads, rivers, or buildings.Attribute DataAttribute data complements spatial data by adding descriptive information about these features. For example, a road's spatial data includes its start and...
20
Interpreting R Charts01:22

Interpreting R Charts

R chart, or range chart, is a fundamental tool in statistical process control used to monitor the variability within a process. It complements the X-bar (x̄) chart by focusing on the range of the data, rather than individual values, providing a clear picture of the process dispersion over time.
An R chart plots the range of subsets of measurements collected from a process. Each point on the chart represents the range—defined as the difference between the maximum and minimum...
49
Genetic Lingo01:11

Genetic Lingo

Overview
98.9K
X-linked Traits01:19

X-linked Traits

In most mammalian species, females have two X sex chromosomes and males have an X and Y. As a result, mutations on the X chromosome in females may be masked by the presence of a normal allele on the second X. In contrast, a mutation on the X chromosome in males more often causes observable biological defects, as there is no normal X to compensate. Trait variations arising from mutations on the X chromosome are called “X-linked”.
52.5K
Plotting of Topographic Maps01:29

Plotting of Topographic Maps

Topographic maps represent the Earth's surface features using contour lines, which connect points of equal elevation to create a two-dimensional representation of three-dimensional terrain. Creating a topographic map requires a systematic approach.Begin by plotting a scaled grid and marking intersections corresponding to the survey's elevation data points. Assign elevation values at these intersections to build the base map. Next, determine contour levels using a consistent contour interval,...
32