rnb.get.reliability.matrix {RnBeads} | R Documentation |
Gets a matrix of reliability indications for every measurement in the given dataset.
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
library(RnBeads.hg19) data(small.example.object) rnb.options(identifiers.column = "Sample_ID") str(rnb.get.reliability.matrix(rnb.set.example))