This function provides a summary print of the SplineOmics object, showing
relevant information such as the number of features, samples, metadata,
RNA-seq data, annotation, and spline parameters.
Usage
# S3 method for class 'SplineOmics'
print(x, ...)
Arguments
- x
A SplineOmics object created by the `create_splineomics` function.
- ...
Additional arguments passed to or from other methods.
Value
The function does not return a value. It prints a summary of
the SplineOmics object.
Details
This function is automatically called when a SplineOmics object is printed.
It provides a concise overview of the object's contents and attributes,
including the dimensions of the data, available metadata, and other relevant
information such as annotations and spline parameters.