#' @describeIn ngene Get number of genes
#' @return The number of unique genes
setMethod( "ngene",
signature = "DataGeNET.Psy",
definition = function( object ) {
return( length( unique( object@qresult$c1.Gene_Id ) ) )
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.