calcDensityGFF: Calculate gene density on chromosome

View source: R/calcDensityGFF.R

calcDensityGFFR Documentation

Calculate gene density on chromosome

Description

Calculate density of genes, CDS, mRNAs, tRNAs, etc on chromosome from a given GFF file with a slide window

Usage

calcDensityGFF(gff_file, karyotype_info, feature = "gene", window = 1e+05)

Arguments

gff_file

GFF file

karyotype_info

tab-separated file (or a data frame) containing karyotype information, with first column being "Chr", second being "Start", third being "End". File should NOT have header.

feature

interested feature to calculate, should be in GFF file

window

length of each slide window, defaut 100kb

Author(s)

Yujie Liu


liuyujie0136/tinyfuncr documentation built on Dec. 13, 2024, 8:49 a.m.