Nothing
#' @describeIn ndisease Get number of diseases
#' @return The number of unique diseases
setMethod( "ndisease",
signature = "DataGeNET.Psy",
definition = function( object ) {
return( length( unique( object@qresult$c2.Disease_code ) ) )
}
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.