mapperHits-class {RMAPPER}R Documentation

Class "mapperHits" – holds collection of hits from MAPPER.CHIP.ORG

Description

A data frame and some metadata about a MAPPER query

Objects from the Class

Objects can be created by calls of the form new("mapperHits", ...). These are annotated data frames.

Slots

query:
character string that provides information on the query generating the object
hits:
Object of class "data.frame" providing information on the sequence and aspects of the match

Methods

query
signature(x = "mapperHits"): ...
show
signature(object = "mapperHits"): ...

Author(s)

VJ Carey <stvjc@channing.harvard.edu>

References

http://mapper.chip.org

See Also

Examples

# see the readMapper function

[Package RMAPPER version 1.2.0 Index]