getFeatures: Parses a genome file in GFF format into a list of...

Description Usage Arguments See Also

View source: R/getFeatures.R

Description

Parses a genome file in GFF format into a list of GRangesLists organized by gene and genomic feature. Parsed genomic features are exported in BED format using dir.export.

Usage

1
2
3
4
5
6
7
8
getFeatures(
  gff,
  prefix = "KY2019:",
  tssflank = c(1107, 107),
  tsswindow = 10000,
  ttswindow = 10000,
  ...
)

Arguments

gff

Path to a genome file in GFF format.

prefix

Prefix to append to gene IDs.

tssflank

Numeric vector of length 2 giving the window in bp upstream and downstream of the TSS to use as the promoter.

tsswindow

How many bp upstream of the promoter to consider as upstream of a gene.

ttswindow

How many bp downstream of the TTS to consider as downstream of a gene.

...

Additional arguments to dir.export()

See Also

mergeMotifs, motifmatchr::matchMotifs


kewiechecki/atacSeqFns documentation built on Sept. 27, 2020, 8:25 a.m.