isSimpleIdeogram {biovizBase} | R Documentation |
Check if an object is a simple ideogram or not
isSimpleIdeogram(obj)
obj |
object |
test if it's GRanges or not, doesn't require cytoband information. But it double check to see if there is only one entry per chromosome
A logical value to indicate it's a simple ideogram or not.
tengfei
data(hg19IdeogramCyto) data(hg19Ideogram) isSimpleIdeogram(hg19IdeogramCyto) isSimpleIdeogram(hg19Ideogram)