plotLocusCoverageProfile | R Documentation |
Title
plotLocusCoverageProfile(
gRanges,
bamFiles,
gtfFile = NULL,
height = 10,
width = 20
)
gRanges |
|
bamFiles |
|
gtfFile |
|
height |
|
width |
## Not run:
require(GenomicRanges)
require(ezRun)
gtfFile = "/srv/GT/reference/Homo_sapiens/Ensembl/GRCh38.p10/Annotation/Release_89-2017-05-31/Genes/genes.gtf"
myGeneRange = GRanges(seqnames="2", ranges=IRanges(start=1, end=1000, name="foo"))
plotLocusCoverageProfile(myGeneRange, bamFiles, gtfFile=gtfFile,
height=20, width=20)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.