View source: R/tss_tts.tajima.R
tss_tts.tajima | R Documentation |
extract relative position of polymorphisms in relation to gene bodies
tss_tts.tajima(
gff,
tajima,
chrs = "all",
num = "all",
loc = "both",
feature = "gene"
)
gff |
directory and file name of reference gff OR data.table object of gff data |
tajima |
directory and file name tajima data OR data.table object of tajima data (data.table with CHROM, BIN_START, N_SNPS, and TajimaD columns) |
chrs |
selection specific chromosomes, default is "all" |
num |
set number of genes, default is "all |
loc |
"tss" or "tts" |
feature |
name of the feature in the gff data that you want to look in relation to, default is "gene" |
data.table with pos and D columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.