isIdeogram {biovizBase} | R Documentation |
Check if an object is ideogram or not
isIdeogram(obj)
obj |
object |
Simply test if it's the result coming
from getIdeogram
function or not, make sure it's a
GRanges
and with extra column
A logical value to indicate it's a ideogram or not.
Tengfei Yin
data(hg19IdeogramCyto) data(hg19Ideogram) isIdeogram(hg19IdeogramCyto) isIdeogram(hg19Ideogram)