hasGeneInfo {FindMyFriends} | R Documentation |
This method checks whether gene location information is present in the object i.e. if the object inherits from pgVirtualLoc
hasGeneInfo(object) ## S4 method for signature 'pgVirtual' hasGeneInfo(object)
object |
A pgVirtual subclass |
A boolean indicating whether gene location information is present (TRUE) or not (FALSE)
pgVirtual
: Checks whether gene location information is available
for pgVirtual subclasses
# Exclusive pgVirtual subclasses testPG <- .loadPgExample() hasGeneInfo(testPG) # pgVirtualLoc subclasses testPG <- .loadPgExample(geneLoc=TRUE) hasGeneInfo(testPG)