Stacks Image 20108

For Academics

Bioinformatics | Lab | Mac | Manual | R

Density plot

A density plot can be used to compare the distribution of different variables.

However it does not provide their actual values.

plot( density(x1), xlim=range( c(x1, x2) ))
lines(density(x2), col=2)
rug(x1, col=1, ticksize=0.01, line=2.5)
rug(x2, col=2, ticksize=0.01, line=3.0)

or

rug(jitter(x2), col=2, ticksize=0.01, line=3.0) 

densityplot

Example density plot.
Post 1 / 8 Post
Sex chromosome papers RSS


Phased high-quality genome of the gymnosperm Himalayan Yew assists in paclitaxel pathway exploration
Link

Meiotic dynamics in a unique Australian marsupial provide new insights into the evolution of neo-sex chromosomes in the early stages of differentiation
Link

Insights into convergent evolution of cosexuality in liverworts from the Marchantia quadrata genome
Link