search for: locus_coordinate

Displaying 1 result from an estimated 1 matches for "locus_coordinate".

2009 Jan 16
0
R-help Digest, Vol 71, Issue 16
...did not >> find it yet. >> Thanx >> >> Sake >> You could probably use the functions in my lodplot package (it includes the chromosomal band coordinates used by the NCBI Mapviewer) ?chrom.bands ?paint.chromosome Maybe something like (will need tinkering): plot(cbind(locus_coordinate[chrom==1], rep(2, length(locus_coordinate)[chrom==1]), axes=F, xlab=" ", ylab=" ")) paint.chromosome(1, pos=2.2) points(cbind(locus_coordinate[chrom==1], rep(2, length(locus_coordinate)[chrom==1]), col="red", cex=4) Unfortunatel...