From 28dfb1dab79c1293cfb4009d7b29cc712aa28692 Mon Sep 17 00:00:00 2001 From: moi-taiga Date: Tue, 19 Mar 2024 14:16:22 +0000 Subject: [PATCH] create PPR_OBJECT --- NAMESPACE | 3 ++- man/PPR_OBJECT-class.Rd | 9 +++++++++ man/print-PPR_OBJECT-method.Rd | 11 +++++++++++ man/print.PPR_OBJECT.Rd | 6 +++--- 4 files changed, 25 insertions(+), 4 deletions(-) create mode 100644 man/PPR_OBJECT-class.Rd create mode 100644 man/print-PPR_OBJECT-method.Rd diff --git a/NAMESPACE b/NAMESPACE index c08b7b6..7b3d44d 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -1,5 +1,6 @@ # Generated by roxygen2: do not edit by hand +S3method(print,PPR_OBJECT) export(ppr_accuracy_test) export(ppr_cell_plot) export(ppr_filter_gene_expression_for_switching_genes) @@ -7,7 +8,7 @@ export(ppr_output_plot) export(ppr_precision) export(ppr_predict_position) export(ppr_timeline_plot) -export(print.PPR_OBJECT) +exportClasses(PPR_OBJECT) importFrom(GeneSwitches,filter_switchgenes) importFrom(ggplot2,aes) importFrom(ggplot2,aes_string) diff --git a/man/PPR_OBJECT-class.Rd b/man/PPR_OBJECT-class.Rd new file mode 100644 index 0000000..9590c34 --- /dev/null +++ b/man/PPR_OBJECT-class.Rd @@ -0,0 +1,9 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/ppr_utils.R +\docType{class} +\name{PPR_OBJECT-class} +\alias{PPR_OBJECT-class} +\title{PPR_OBJECT Class Definition} +\description{ +PPR_OBJECT Class Definition +} diff --git a/man/print-PPR_OBJECT-method.Rd b/man/print-PPR_OBJECT-method.Rd new file mode 100644 index 0000000..c97a7f7 --- /dev/null +++ b/man/print-PPR_OBJECT-method.Rd @@ -0,0 +1,11 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/ppr_utils.R +\name{print,PPR_OBJECT-method} +\alias{print,PPR_OBJECT-method} +\title{Set Default Print Method for PPR_OBJECT} +\usage{ +\S4method{print}{PPR_OBJECT}(x) +} +\description{ +Set Default Print Method for PPR_OBJECT +} diff --git a/man/print.PPR_OBJECT.Rd b/man/print.PPR_OBJECT.Rd index 3fbfe01..2941967 100644 --- a/man/print.PPR_OBJECT.Rd +++ b/man/print.PPR_OBJECT.Rd @@ -2,15 +2,15 @@ % Please edit documentation in R/ppr_utils.R \name{print.PPR_OBJECT} \alias{print.PPR_OBJECT} -\title{Print PPR Object Summary} +\title{Print method for PPR Object.} \usage{ -print.PPR_OBJECT(x) +\method{print}{PPR_OBJECT}(x) } \arguments{ \item{x}{An object of class 'PPR_OBJECT' to be summarized.} } \value{ -A summary of the contents of the 'PPR_OBJECT'. +A summary of the contents of the object. } \description{ Make calling the PPR_OBJECT nicer by printing a summary of its contents.