Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
FarzanT opened this issue Feb 19, 2018 · 1 comment
Open

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

FarzanT opened this issue Feb 19, 2018 · 1 comment
Assignees
Labels

Comments

@FarzanT
Copy link

FarzanT commented Feb 19, 2018

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")
@shraddhapai shraddhapai self-assigned this Feb 22, 2018
@shraddhapai
Copy link
Owner

Thanks @FarzanT I'll take a look. Could be a couple weeks before I get back to this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants