Description Usage Arguments Value Examples
View source: R/myRTrackLayerBasicFunctions.R
Get a GRange with TSS in UCSC format from a path to a gtf file in Ensembl format
1 |
myGTF |
a file path to a gtf file with ensembl chromosome annotation (no "chr") |
a Genomic Range with all TSS (entries might be duplicated) in UCSC format (with "chr")
1 2 3 4 5 6 | ## Not run:
tss <- getTSSinUCSCFormatFromEnsemblGTF("Homo_sapiens.GRCh38.95.gtf.gz")
## End(Not run)
tss <- getTSSinUCSCFormatFromEnsemblGTF(paste0(system.file("tests", package="usefulLDfunctionsGR"),
"/Homo_sapiens.GRCh38.95_491firstLines.gtf.gz"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.