[e26484]: / OmicsFold / man / plot.blockrank.scores.Rd

Download this file

40 lines (35 with data), 1.1 kB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/blockrank.R
\name{plot.blockrank.scores}
\alias{plot.blockrank.scores}
\title{BlockRank Plotting Function}
\usage{
\method{plot}{blockrank.scores}(
blockrank.i,
nscores = 20,
feature.font.size = 8,
model = "",
data_source = ""
)
}
\arguments{
\item{blockrank.i}{A list of numeric vectors containing BlockRank scores. One list item per data block}
\item{nscores}{The number of scores to display. Default 20.}
\item{feature.font.size}{Size of font of feature labels on y axis}
\item{model}{The type of model, used only in plot title.}
\item{data_source}{The name of the data source, used only in plot title.}
}
\value{
A ggplot2 plot object
}
\description{
Generates a bar plot of the top n blockrank scores, ordered highest to lowest,
for visualization purposes.
The default value 20 for nscores is not meaningful, just an example of approximately
how many features it is appropriate to visualise this way
}
\examples{
\dontrun{
plot.blockrank.scores(blockrank.score)
}
}