Ideogram. Additional ideograms can be loaded by appending to the CanvasXpress.chromosomes object. The format of the ideogram is based on the R data for 'USCS.hg19.chr'
CanvasXpress.chromosomes = {
hg19 : {
order : [ 1, 2, 3, 4, 5, 6, 7, 8, ...],
data : {
1 : [ [ 0, 2300000, "p36.33", "gneg" ], ...],
2 : [ [ 0, 4300000, "p25.3", "gneg" ], ...],
}
}
}
hg38
hg19,
hg38
Create New Page