Description Usage Arguments Details Value Author(s) References See Also Examples
Creates a GRangesList object suitable for uploading to the UCSC genome browser using the rtracklayer package.
1 2 |
data |
A ChrStrandData object, output from the |
chr |
Chromosomal id, chromosome to plot 1:22,X,Y. |
start |
Optional start chromosome position from which to commence plotting. |
end |
Optional end chromosome position. |
genome |
The name of the genome from which the data coordinates
are taken (e.g. "hg18"). Passed to |
subset |
Optional numeric vector listing the samples from |
cytoband |
Optional cytological band to plot (e.g. ‘q23’). |
plot |
An optional flag indicating whether to automatically plot the resulting GRangesList on the UCSC browser or not. |
session |
An optional rtracklayer UCSCSession object. Ignored unless plot=TRUE. |
This function is used to create GRangesList objects from ChrStrandData
objects (see the makeChrStrandData
function). If the plot
argument is set to TRUE, the data is also uploaded to a UCSC browser
session using default settings. See the rtracklayer package for more
information on RangedData and UCSCSession objects.
A GRangesList object containing the data for the specified genome region. See the rtracklayer package for more information on this object class.
Tim F Rayner
rtracklayer package
makeChrStrandData
,
GRangesList
plotChrMap
,
1 2 | data('demo')
r <- makeRangedDataList( data=chrdata, chr=22, cytoband='q11.23', genome='hg18' )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.