byOrganism.GtfDataFile: Locates a GTF file by organism

Description Usage Arguments Value Author(s) See Also

Description

Locates a GTF file by organism.

Usage

1
2
3
4
5
6
## Static method (use this):
## GtfDataFile$byOrganism(organism, ...)

## Don't use the below:
## S3 method for class 'GtfDataFile'
byOrganism(static, organism, ...)

Arguments

organism

A character string specifying for which organism a file should be retrieved.

tags

(not used) A character vector.

prefix

(optional) A character string specifying an optional regular expression prefix to be prepended to pattern when searching for the file.

pattern

A character string specifying a regular expression for the file to be located.

...

Additional arguments passed to the constructor of GtfDataFile when instantiating the object.

Value

Returns a GtfDataFile.

Author(s)

Henrik Bengtsson

See Also

For more information see GtfDataFile.


HenrikBengtsson/aroma.seq documentation built on Feb. 15, 2021, 2:21 a.m.