powered by
Print and plot generic for the PRISMA matrix factorization objects.
# S3 method for prismaMF plot(x, nLines = NULL, baseIndex = NULL, sampleIndex = NULL, minValue = NULL, noRowClustering = FALSE, noColClustering = FALSE, type = c("base", "coordinates"), ...)
PRISMA matrix factorization object
number of lines that should be plotted
which bases should be plotted
which samples should be plotted
cut-off value, i.e., every value smaller than minValue won't be shown
minValue
don't cluster the rows
don't cluster the columns
show the base (type = "base", i.e. the \(B\) matrix) or show the coordinate (type = "coordinates", i.e. the \(C\) matrix).
type = "base"
type = "coordinates"
not used
estimateDimension, prismaHclust, prismaDuplicatePCA, prismaNMF
estimateDimension
prismaHclust
prismaDuplicatePCA
prismaNMF
# NOT RUN { # please see the vingette for examles # }
Run the code above in your browser using DataLab