TVResults-class {TransView} | R Documentation |
"TVResults"
Container holding the results of a call to plotTV()
.
Objects are created by the function plotTV()
using an internal constructor.
tvr represents a "TVResults"
instance in the following
parameters(tvr)
:Holds all parameters used to call plotTV
clusters(tvr)
:Returns numeric vector with the clsuter of each cluster.
cluster_order(tvr)
:Ordering of the rows within the original regions passed to plotTV with regard to the clusters.
scores_peaks(tvr)
:Scores of the peaks. Corresponds to the values within the plot after interpolation and normalization.
scores_rna(tvr)
:Scores of the transcripts. Corresponds to the values within the plot after interpolation and normalization.
summaryTV(tvr)
:Returns a data frame with the clustering results of the internal data.
signature(tvr = "TVResults")
: Returns a data frame with summarized clustering results.
Not all slots are currently being exported.
Julius Muller ju-mu@alumni.ethz.ch
showClass("TVResults")