rnb.annotation2data.frame {RnBeads} | R Documentation |
Transform the specified site, probe or region annotation to data.frame
.
rnb.annotation2data.frame(annotation.table, add.names = TRUE)
annotation.table |
Annotation in the form of non-empty |
add.names |
Flag indicating if element names should be extracted and returned also as a column named
|
Annotation in the form of a single data.frame
. The columns in this table include, among other,
"Chromosome"
, "Start"
and "End"
.
Yassen Assenov
library(RnBeads.hg19) head(rnb.annotation2data.frame(rnb.get.annotation("probes450")))