plotCytoband             package:SNPchip             R Documentation

_P_l_o_t_s _c_y_t_o_b_a_n_d _f_o_r _o_n_e _c_h_r_o_m_o_s_o_m_e

_D_e_s_c_r_i_p_t_i_o_n:

     Adds cytobands to views of chromosome copy number and genotype
     plots.

_U_s_a_g_e:

     plotCytoband(chromosome, cytoband, cytoband.ycoords, xlim, ylim=c(0, 2),
     new=TRUE, label.cytoband=TRUE, label.y=NULL, srt, cex.axis=1,
     outer=FALSE, taper=0.15, verbose=FALSE, build="hg18", ...)

_A_r_g_u_m_e_n_t_s:

chromosome: character string: which chromosome to draw the cytoband

cytoband: data.frame containing cytoband information

cytoband.ycoords: numeric: y coordinates 

    xlim: x-axis limits

    ylim: y-axis limits

     new: logical: new plotting device

label.cytoband: logical: if TRUE, labels the cytobands

 label.y: numeric: height (y-coordinate) for cytoband label

     srt: string rotation for cytoband labels.  See 'par'

cex.axis: size of cytoband labels. See par

   outer: logical: whether to draw the labels in the outer margins. See
          par

   taper: tapering for the ends of the cytoband

 verbose: Logical.  If TRUE, displays human genome build used to
          annotated the cytoband coordinates.

   build: Character string.  Currently only "hg18" is allowed.

     ...: additional arguments to plot

_A_u_t_h_o_r(_s):

     Robert Scharpf and Jason Ting

_S_e_e _A_l_s_o:

     'plotSnp', 'cytoband'

_E_x_a_m_p_l_e_s:

     plotCytoband("1")

