plotFeatures           package:tilingArray           R Documentation

_P_l_o_t _g_e_n_o_m_i_c _f_e_a_t_u_r_e_s _f_o_r _a _r_e_g_i_o_n _a_l_o_n_g _a _c_h_r_o_m_o_s_o_m_e

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

     Plot genomic features for a region along a chromosome

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

     plotFeatures(gff, chr, xlim, strand, vpr, featureColorScheme=1, 
                  featureExclude=c("chromosome", "nucleotide_match", "insertion"),            
                  featureNoLabel=c("uORF", "CDS"), ...)

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

     gff: data frame with genome annotation from the GFF file.

     chr: integer of length 1 specifying the chromosome to plot the
          features for.

    xlim: integer of length 2 with start and end coordinates (in bases)
          for plotting.

  strand: character scalar which should be set to either '+' or '-' to 
          indicate which strand of DNA to plot the features from.

     vpr: which viewport to plot the features in.

featureColorScheme: numeric scalar, used to select a color scheme for
          the  boxes representing genomic features such as coding
          sequences, ncRNAs etc.  Currently the only value supported is
          1.

featureExclude: character vector of names of feature types (in gff)
          that should not be plotted. Default is '"chromosome"',
          '"nucleotide_match"' and  '"insertion"'.  Additional possible
          candidates include: '"ARS"', '"repeat_region"',
          '"repeat_family"' and '"nc_primary_transcript"'.

featureNoLabel: character vector, names of feature types (in gff) that
          should not be labelled with their names (if they are
          plotted).

     ...: additional arguments.

_D_e_t_a_i_l_s:

     This function is called by 'plotAlongChrom' when the 'gff'
     argument has been specified.  It should not be called directly by
     the user.

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

     Wolfgang Huber <huber@ebi.ac.uk>

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

