R/MethPed_summary.methped.R

Defines functions summary.methped

Documented in summary.methped

#####################################################################################
## Summary function to MethPed
#####################################################################################
"summary.methped"
#' Summary of conditional probability or binary classification of samples that belong to different tumor subtypes.
#' @param object Object in methped class. Output of function \link[MethPed]{MethPed}.
#' @param ... Additional arguments affecting the summary produced
#' @return Object in "methped" class. Output of function \link[MethPed]{MethPed}.
#'
#' @examples
#'
#' #################### Loading sample data
#' data(MethPed_sample)
#'
#' #################### Applying MethPed to sample data
#' res<-MethPed(MethPed_sample)
#'
#' #################### Summary function of MethPed output
#' summary (res)
#'
#' @export
summary.methped<- function(object, ...) {object$predictions}

Try the MethPed package in your browser

Any scripts or data that you put into this service are public.

MethPed documentation built on Nov. 8, 2020, 7:39 p.m.