Either a filename of a vector of filenames.
Supported features: ensembl_gene_id
If value is NULL: every ensembl_gene_id will be returned.
specie
human: Homo sapiens (default) / mouse: Mus musculus
maxDistance
The distance around features to include in
the plot.
cores
Number of cores for parallel processing (require
parallel package).
Value
prepareFeatures returns a list of GRangesList.
One GRanges by group of features. The names of
each GRanges of the list correspond to the name of the
group.
# Load a feature file## Not run: featuresFileName <- system.file("extdata/list1.txt", package="metagene")## Not run: features <- metagene:::prepareFeatures(featuresFileName, specie="mouse")