Description Usage Arguments Value
prepare_database()
loads gene name / ID conversion tables from online
databases (e.g., FlyBase) and a user-provided GTF file that is used to
annotate the features of the NGS dataset of interest (e.g., the GTF file
STAR or cellranger count
uses) into memory for later processing by
make_database()
.
1 | prepare_database(species = "dmel", gtf.path, version = NULL)
|
species |
a character string describing the species of the genes.
(Options: " |
gtf.path |
a character string containing the path to the GTF file
containing the input gene names (e.g., the GTF files used by
|
version |
a character specifying the version desired (e.g., "FB2019_01".) |
a list containing data frames and character strings of meta data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.