getData {rnaCrosslinkOO} | R Documentation |
getData
Description
Get data is more generic method for retrieving data from the object and returns a list, the number of entries in the list is number of samples in the dataset and the list contain entries of the data type and analysis stage you select.
Usage
getData(x, data, type)
Arguments
x |
A rnaCrosslinkDataSet object |
data |
The data type to return <InputFiles | matrixList | clusterGrangesList | clusterTableList> |
type |
The analysis stage <original | noHost | originalClusters | trimmedClusters> |
Value
A list of the chosen data type - one entry for each sample
Examples
cds = makeExamplernaCrosslinkDataSet()
getData(cds, 'matrixList','original')
[Package rnaCrosslinkOO version 0.1.4 Index]