Description Usage Arguments Details Value Author(s) See Also Examples
Create metadata and process raw Gencode FASTA files for inclusion in AnnotationHub
1 2 3 4 5 6 7 | makeGencodeFastaToAHM(currentMetadata,
baseUrl="ftp://ftp.ebi.ac.uk/pub/databases/gencode/",
species=c("Human", "Mouse"), release,
justRunUnitTest=FALSE,
BiocVersion=BiocManager::version())
gencodeFastaToFaFile(ahm)
|
currentMetadata |
Currently not used. Intended to be a list of metadata to filter, i.e., records that do not need to be processed again. Need to remove or fix. |
baseUrl |
ftp file location. |
species |
A |
release |
A |
justRunUnitTest |
A |
BiocVersion |
A |
ahm |
List of |
Documentation: http://www.gencodegenes.org/releases/
File download location: ftp://ftp.ebi.ac.uk/pub/databases/gencode/. Gencode_human and Gencode_mouse are used.
Files downloaded: Code is currently specific for human and mouse. Files chosen for download are described in AnnotationHubData:::.gencodeDescription().
makeGencodeFastaAHM
returns a list of AnnotationHubMetadata
instances. gencodeFastaToFaFile
returns nothing.
Bioconductor Core Team.
updateResources
AnnotationHubMetadata
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | ## updateResources() generates metadata, process records and
## pushes files to AWS S3 buckets.
## To run the GencodeFasta recipe specify
## 'preparerClasses = GencodeFastaImportPreparer'. The 'species' and 'release'
## arguments are passed to makeGencodeFastaAHM().
## Not run:
meta <- updateResources("/local/path",
BiocVersion = c("3.2", "3.3"),
preparerClasses = "GencodeFastaImportPreparer",
metadataOnly = TRUE, insert = FALSE,
justRunUnitTest = FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.