Description Usage Arguments Details Note Author(s) Examples
Plot bivariate SNP data and/or aspcf segmentation results for each sample separately with chromosomes in different panels
1 2 3 4 |
logR |
a data frame with numeric or character chromosome numbers in the first column, numeric local probe positions in the second, and numeric copy number data for one or more samples in subsequent columns. The header of the copy number column(s) should give the sample IDss. |
BAF |
a data frame on the same format and size as |
segments |
a data frame or a list of data frames containing the segmentation results found by |
pos.unit |
the unit used to represent the probe positions. Allowed options are "mbp" (mega base pairs), "kbp" (kilo base pairs) or "bp" (base pairs). By default assumed to be "bp". |
sample |
a numeric vector indicating which sample(s) is (are) to be plotted. The number(s) should correspond to the sample's place (in order of appearance) in |
chrom |
a numeric or character vector with chromosome number(s) to indicate which chromosome(s) is (are) to be plotted. |
assembly |
a string specifying which genome assembly version should be applied to define the chromosome ideogram. Allowed options are "hg19", "hg18", "hg17" and "hg16" (corresponding to the four latest human genome annotations in the UCSC genome browser). |
baf.thres |
a numeric vector of length 2 giving thresholds below/above which BAF-values will not be plotted (use this to remove germline homozygous BAF probes from the plot). |
winsoutliers |
an optional data frame of the same size as |
xaxis |
either "pos" or "index". The former implies that the xaxis will represent the genomic positions, whereas the latter implies that the xaxis will represent the probe indices. Default is "pos". |
layout |
an integer vector of length two giving the number of rows and columns in the plot. Default is |
plot.ideo |
a logical value indicating whether the chromosome ideogram should be plotted. Only applicable when |
... |
other graphical parameters. These include the common plot arguments |
Several chromosome may be displayed on the same page with the layout
option. If the number of chromosomes exceeds the desired page layout, the user is prompted before advancing to the next page of output.
This function applies par(fig)
, and is therefore not compatible with other setups for arranging multiple plots in one device such as par(mfrow,mfcol)
.
Gro Nilsen
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.