GetTSSPositions | R Documentation |
Get the TSS positions from a set of genomic ranges containing gene positions. Ranges can contain exons, introns, UTRs, etc, rather than the whole transcript. Only protein coding gene biotypes are included in output.
GetTSSPositions(ranges, biotypes = "protein_coding")
ranges |
A GRanges object containing gene annotations. |
biotypes |
Gene biotypes to include. If NULL, use all biotypes in the supplied gene annotation. |
transcriptional start sites
print("see https://satijalab.org/signac/reference/gettsspositions")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.