Description Usage Arguments Value Author(s) Examples
Gets a matrix of reliability indications for every measurement in the given dataset.
1 | rnb.get.reliability.matrix(rnb.set, row.names = FALSE)
|
rnb.set |
Methylation dataset as an object of type inheriting |
row.names |
Flag indicating of row names are to be generated in the result. |
logical
matrix in which every row corresponds to a CpG site or probe and every column - to a patient.
If the dataset does not contain coverage or detection p-value information, the returned value is NULL
.
Yassen Assenov
1 2 3 4 | library(RnBeads.hg19)
data(small.example.object)
rnb.options(identifiers.column = "Sample_ID")
str(rnb.get.reliability.matrix(rnb.set.example))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.