merge_transcripts | R Documentation |
Merge transcripts into a single database
merge_transcripts(
transcript_files,
transcript_folder,
what = "cdna",
out = "ensembl_transcripts.fa.gz"
)
transcript_files |
A data table as returned by
|
transcript_folder |
In which folder to look for transcripts. |
what |
The type of database, either "cdna" or "protein". |
out |
The filename for the DB. Will be compressed and saved in the transcript folder. |
The transcript counts for each file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.