View source: R/calcDensityGFF.R
calcDensityGFF | R Documentation |
Calculate density of genes, CDS, mRNAs, tRNAs, etc on chromosome from a given GFF file with a slide window
calcDensityGFF(gff_file, karyotype_info, feature = "gene", window = 1e+05)
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 |
Yujie Liu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.