Description Usage Arguments Value Methods (by class) Examples
This method checks whether gene location information is present in the object i.e. if the object inherits from pgVirtualLoc
| 1 2 3 4 | 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
| 1 2 3 4 5 6 7 | # Exclusive pgVirtual subclasses
testPG <- .loadPgExample()
hasGeneInfo(testPG)
# pgVirtualLoc subclasses
testPG <- .loadPgExample(geneLoc=TRUE)
hasGeneInfo(testPG)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.