This function reads an organism specific genome stored in a defined file format.
Arguments
- file
a character string specifying the path to the file storing the genome.
- format
a character string specifying the file format used to store the genome, e.g.
format = "fasta"(default) orformat = "gbk".- obj.type
a character string specifying the object stype in which the genomic sequence shall be represented. Either as
obj.type = "Biostrings"(default) or asobj.type = "data.table".- ...
additional arguments that are used by the
read.fastafunction.
Details
This function takes a string specifying the path to the genome file
of interest as first argument (e.g. the path returned by
getGenome).
See also
Other genome:
getGenome(),
getGenomeSet()
Other readers:
read_cds(),
read_gff(),
read_proteome(),
read_rna()
