Skip to content

ylab and xlab arguments of plotOnIdeo() have no effect #1

@FarzanT

Description

@FarzanT

Hello,
The following code (mentioned in the package user guide) does not label the axes when the chromosomes are plotted horizontally.

plotOnIdeo(chrom=seqlevels(binned_multiSeries), # which chrom to plot?
                    ideoTable=ideo, # ideogram name
                    values_GR=binned_multiSeries, # data goes here
                    value_cols=colnames(mcols(binned_multiSeries)), # col to plot col=brewer.pal(n=5, 'Spectral'), # colours
                    val_range=c(0,10), # set y-axis range
                    ylab="array intensities",
                    plot_title="Trendline example")

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions