read_rna | R Documentation |
This function reads an organism specific RNA stored in a defined file format.
read_rna(file, format = "fasta", obj.type = "Biostrings", ...)
file |
a character string specifying the path to the file storing the RNA. |
format |
a character string specifying the file format used to store the
genome, e.g. |
obj.type |
a character string specifying the object stype in which the
genomic sequence shall be represented.
Either as |
... |
additional arguments that are used by
|
This function takes a string specifying the path to the RNA file of interest as first argument. It is possible to read in different proteome file standards such as fasta or genebank.
A data.table storing the gene id in the first column and the corresponding sequence as string in the second column.
Hajk-Georg Drost
Other rna:
getRNA()
,
getRNASet()
Other readers:
read_cds()
,
read_genome()
,
read_gff()
,
read_proteome()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.