| getlinc-methods {LINC} | R Documentation |
LINC objects
getlinc is a function to derive substructures from LINC objects.
getlinc(input,
subject = "queries")
input |
a |
subject |
has to be one of |
the respective substructure or information
signature(input = "ANY", subject = "character")(see details)
Manuel Goepferich
linc ;
data(BRAIN_EXPR) # getlinc() is used to accesss information getlinc(crbl_cluster, subject = "geneSystem") getlinc(crbl_cluster, subject = "queries") getlinc(crbl_cluster, subject = "customID")