View source: R/tss_tts.feature.R
tss_tts.feature | R Documentation |
extract relative position of polymorphisms in relation to gene bodies
tss_tts.feature(
gff,
chrs = "all",
num = "all",
feature = "gene",
feature2 = "gene",
loc = "tss"
)
gff |
directory and file name of reference gff OR data.table object of gff data |
chrs |
selection specific chromosomes, default is "all" |
num |
set number of genes, default is "all |
feature |
name of the feature in the gff data that you want to look in relation to, default is "gene" |
feature2 |
name of the feature in the gff data that you want test for obverlap default is "gene" |
loc |
"tss" or "tts" |
a vector of the probablity of overlapping in relation to feature
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.