LTLA / InteractionSet

Clone of the Bioconductor repository for the InteractionSet package, see https://bioconductor.org/packages/devel/bioc/html/InteractionSet.html for the official development version.
2 stars 0 forks source link

Accessing mcols() from the InteractionSet package. #4

Closed jamesdalg closed 5 years ago

jamesdalg commented 5 years ago

Is it possible to selectively load InteractionSet::mcols()? If not, where does the mcols() function acting on GInteraction objects come from?

LTLA commented 5 years ago

mcols comes from S4Vectors, so S4Vectors::mcols will do what you want.