epsout.ld.snp
takes an object of snp.matrix
class and a given
snp range and depth, draw a eps file to visualize the LD in the same color scheme
as haploview's default view. It was the first prototype of
this bunch of software. Also, it does not keep any pair-wise data
in memory at all, and maybe more suitable where the actual pair-wise
LD data is not needed.epsout.ld.snp(snpdata, filename, start, end, depth, do.notes=FALSE)
snp.matrix
class with M samples of N snpsld.snp
which generates a
snp.dprime
object which contains the result of the
pairwise LD calculation, and plot.snp.dprime
(or the
plot
method of a snp.dprime
object) which does the drawing.snp.dprime-class
, ld.snp
,
plot.snp.dprime
#
data(testdata)
epsout.ld.snp(Autosomes, start=1, end=500, depth=50, filename="test.eps")
Run the code above in your browser using DataLab