role-model / roleR

R package implementing the RoLE model
https://role-model.github.io/roleR
GNU General Public License v3.0
1 stars 2 forks source link

documentation of generics for roleExperiments #101

Closed diazrenata closed 1 year ago

diazrenata commented 1 year ago
  1. in general this is confusing me
  2. https://stackoverflow.com/questions/66225058/document-new-s4-method-for-an-existing-generic
  3. the existing ones all reference experimentMeta which no longer exists. https://stackoverflow.com/questions/4396768/how-to-properly-document-s4-and-methods-using-roxygen
diazrenata commented 1 year ago

o m g this is v precise


#' Extract parts of a roleExperiment
#' @name [
#' @aliases [,roleExperiment-method
#' @docType methods
#' @rdname roleExperiment

setMethod("[", 
         signature(x = "roleExperiment", i = "ANY", j = "ANY"),
          function(x, i, j, ..., drop = FALSE) {

key appears to be:

diazrenata commented 1 year ago

solved in commit 0463e12