Revised probe assignment and updated probe-set annotation in microarrays
To install from GitHub:
# install.packages("devtools")
devtools::install_github("friederhadlich/rePROBE")
- Prepare your microarray definition, genomic information and annotations using
ARG_LIST <- prepare_data()
to return a list of rePROBE arguments (ARG_LIST). - Perform the rePROBE - analysis using
run(ARG_LIST)
, which generates an appropiate environment object for the use with R packages i.e. oligo or affy. - Show a summarizing report using function
show_report(ARG_LIST)
.