22
33# ' Row Binding of `AnyHermesData` Objects
44# '
5- # ' @description `r lifecycle::badge("stable")`
5+ # ' @description
66# '
77# ' This method combines [`AnyHermesData`] objects with the same samples but different
88# ' features of interest (rows in assays).
3636
3737# ' Column Binding of `AnyHermesData` Objects
3838# '
39- # ' @description `r lifecycle::badge("stable")`
39+ # ' @description
4040# '
4141# ' This method combines [`AnyHermesData`] objects with the same ranges but different
4242# ' samples (columns in assays).
6969
7070# ' Metadata Accessor and Setter
7171# '
72- # ' @description `r lifecycle::badge("stable")`
72+ # ' @description
7373# '
7474# ' These methods access or set the metadata in a [`AnyHermesData`] object.
7575# '
9797
9898# ' Annotation Accessor and Setter
9999# '
100- # ' @description `r lifecycle::badge("stable")`
100+ # ' @description
101101# '
102102# ' These methods access and set the gene annotations stored in a [`AnyHermesData`] object.
103103# '
@@ -179,7 +179,7 @@ setReplaceMethod(
179179
180180# ' Counts Accessor and Setter
181181# '
182- # ' @description `r lifecycle::badge("stable")`
182+ # ' @description
183183# '
184184# ' These methods access and set the counts assay in a [`AnyHermesData`] object.
185185# '
@@ -235,7 +235,7 @@ setReplaceMethod(
235235
236236# ' Prefix Accessor
237237# '
238- # ' @description `r lifecycle::badge("experimental")`
238+ # ' @description
239239# '
240240# ' Generic function to access the prefix from an object.
241241# '
@@ -256,7 +256,7 @@ setGeneric("prefix", def = function(object, ...) {
256256
257257# ' Gene IDs Accessor
258258# '
259- # ' @description `r lifecycle::badge("stable")`
259+ # ' @description
260260# '
261261# ' Access the gene IDs, i.e. row names, of a [`AnyHermesData`] object with a
262262# ' nicely named accessor method.
@@ -287,7 +287,7 @@ setMethod(
287287
288288# ' Sample IDs Accessor
289289# '
290- # ' @description `r lifecycle::badge("stable")`
290+ # ' @description
291291# '
292292# ' Access the sample IDs, i.e. col names, of a [`AnyHermesData`] object with a
293293# ' nicely named accessor method.
@@ -318,7 +318,7 @@ setMethod(
318318
319319# ' Subsetting `AnyHermesData` Objects
320320# '
321- # ' @description `r lifecycle::badge("stable")`
321+ # ' @description
322322# '
323323# ' This method subsets [`AnyHermesData`] objects, based on expressions involving the
324324# ' `rowData` columns and the `colData` columns.
354354
355355# ' Filter `AnyHermesData` on Subset Passing Default QC Flags
356356# '
357- # ' @description `r lifecycle::badge("stable")`
357+ # ' @description
358358# '
359359# ' This filters a [`AnyHermesData`] object using the default QC flags and required annotations.
360360# '
@@ -367,7 +367,7 @@ setGeneric("filter", function(object, ...) standardGeneric("filter"))
367367
368368# ' Predicate for Required Annotations
369369# '
370- # ' @description `r lifecycle::badge("experimental")`
370+ # ' @description
371371# '
372372# ' This helper function determines for each gene in the object whether all required
373373# ' annotation columns are filled.
@@ -469,7 +469,7 @@ setMethod(
469469
470470# ' Extra Variable Names Accessor Methods
471471# '
472- # ' @description `r lifecycle::badge("experimental")`
472+ # ' @description
473473# '
474474# ' The methods access the names of the variables in `colData()` and `rowData()` of
475475# ' the object which are not required by design. So these can be additional sample or
@@ -562,7 +562,7 @@ h_map_pos <- function(names, map) {
562562
563563# ' Renaming Contents of `SummarizedExperiment` Objects
564564# '
565- # ' @description `r lifecycle::badge("experimental")`
565+ # ' @description
566566# '
567567# ' This method renames columns of the `rowData` and `colData`, as well as assays, of
568568# ' [`SummarizedExperiment::SummarizedExperiment`] objects. This increases the flexibility
@@ -631,7 +631,7 @@ setMethod(
631631
632632# ' Summary Method for `AnyHermesData` Objects
633633# '
634- # ' @description `r lifecycle::badge("experimental")`
634+ # ' @description
635635# '
636636# ' Provides a concise summary of the content of [`AnyHermesData`] objects.
637637# '
@@ -797,7 +797,7 @@ setMethod(
797797
798798# ' Show Method for `AnyHermesData` Objects
799799# '
800- # ' @description `r lifecycle::badge("experimental")`
800+ # ' @description
801801# '
802802# ' A show method that displays high-level information of [`AnyHermesData`] objects.
803803# '
@@ -834,7 +834,7 @@ setMethod(
834834
835835# ' Generic Function for Correlation Calculations
836836# '
837- # ' @description `r lifecycle::badge("experimental")`
837+ # ' @description
838838# '
839839# ' New generic function to calculate correlations for one or two objects.
840840# '
@@ -861,7 +861,7 @@ setGeneric("autoplot")
861861
862862# ' `lapply` method for `MultiAssayExperiment`
863863# '
864- # ' @description `r lifecycle::badge("experimental")`
864+ # ' @description
865865# '
866866# ' Apply a function on all experiments in an MAE.
867867# '
@@ -912,7 +912,7 @@ setMethod(
912912
913913# ' Checking for Empty `SummarizedExperiment`
914914# '
915- # ' @description `r lifecycle::badge("experimental")`
915+ # ' @description
916916# '
917917# ' This method checks whether a [`SummarizedExperiment::SummarizedExperiment`] object is empty.
918918# '
0 commit comments