tss_tts.feature: extract relative position of polymorphisms in relation to...

View source: R/tss_tts.feature.R

tss_tts.featureR Documentation

extract relative position of polymorphisms in relation to gene bodies

Description

extract relative position of polymorphisms in relation to gene bodies

Usage

tss_tts.feature(
  gff,
  chrs = "all",
  num = "all",
  feature = "gene",
  feature2 = "gene",
  loc = "tss"
)

Arguments

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"

Value

a vector of the probablity of overlapping in relation to feature


greymonroe/polymorphology documentation built on Aug. 6, 2023, 1:33 a.m.