View source: R/tss_tts.variants.R
tss_tts.variants | R Documentation |
extract relative position of polymorphisms in relation to gene bodies
tss_tts.variants(
gff,
vcf,
type = "both",
chrs = "all",
num = "all",
feature = "gene"
)
gff |
directory and file name of reference gff OR data.table object of gff data with c("chr","source","type","start","stop","V1","direction","V2","info") columns |
vcf |
directory and file name vcf data OR data.table object of variant data (data.table with CHROM, POS, REF, and ALT columns) |
type |
"snp", "indel", or "both", default is "both" |
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 at, default is "gene" |
a vector of the relative position of polymorphsims in relation to feature
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.