Description Usage Arguments Value Examples
Make the DDDataSet objects by selecting different tissues
1 2 | ## S4 method for signature 'FurlongDataSet'
toDDDataSet(obj, tissues=c(), convertToBinary=TRUE, prettyNames=FALSE, ...)
|
obj |
the FurlongDataSet object |
tissues |
tissue names for which DDDataSet objects should be generated (default to all available tissues) |
convertToBinary |
if to convert the signal into binary values |
prettyNames |
if to make the names pretty, e.g. twi_2.4 -> Twi 2-4h |
... |
unused |
either single DDDataSet object, or a list of them (depending on number of selected tissues)
1 2 3 4 | # load binarized data with prettified names
all.data <- toDDDataSet(readFurlongData(), prettyNames=TRUE)
# load continuous data with original names
all.data <- toDDDataSet(readFurlongData(), convertToBinary=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.