clusterTableList<- {rnaCrosslinkOO} | R Documentation |
clusterTableList<-
Description
Set new clusterTableList slot
Usage
clusterTableList(x) <- value
Arguments
x |
A rnaCrosslinkDataSet object |
value |
A replacement |
Value
No return - Sets a new clusterTableList slot
Examples
cds = makeExamplernaCrosslinkDataSet()
newclusterGrangesList <- clusterTableList(cds)
clusterTableList(cds) <- newclusterGrangesList
[Package rnaCrosslinkOO version 0.1.4 Index]