Description Usage Arguments Value Functions
View source: R/ensDbLiteFromFasta.R
Function to create an EnsDbLite object (a stripped-down SQLite db) from a specified Ensembl FASTA file for a given version, species, and type(s). Note that this is shockingly easier than the same process for the GTF...
1 2 3 4 5 6 7 | ensDbLiteFromFasta(fastaFile, verbose = TRUE, dryRun = FALSE)
getEntrezIDs(gxs, organism)
getSymbols(gxs, organism)
ensDbLiteMetadata(packageName, genomeVersion, sourceFile)
|
fastaFile |
the FASTA file to collate into a EnsDbLite instance |
verbose |
make a lot of noise? (TRUE) |
dryRun |
boolean if false a sql database is created |
gxs |
a GRanges of genes |
organism |
what kind of organism these genes are from |
packageName |
the name of the annotation package to be built |
genomeVersion |
name of genome assembly for coordinates, e.g. "GRCh38" |
sourceFile |
name of FASTA file(s) whence it was built, as a string |
entrez_id values for the genes, where found
symbols for the genes, where found
a data.frame of metadata suitable for cramming into the database
getEntrezIDs
: add EntrezGene IDs for Ensembl genes
getSymbols
: add symbols for Ensembl genes
ensDbLiteMetadata
: create metadata for an EnsDbLite instance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.