Description Usage Arguments Value Author(s) Examples
Prepare an annotation set from an NCBI GCF assembly.
1 | PrepareAnnotationGCF(ncbiFtpUrl, annotation_path, ...)
|
ncbiFtpUrl |
the location of _cds_from_genomic.fna, _translated_from_cds.faa, and _genomic.gff files |
annotation_path |
specify a folder to store all the annotations. |
... |
additional arguments |
No return value. It creates several .RData files in annotation_path containing annotations needed for further analysis.
Matt Chambers
1 2 | annotation_path <- tempdir()
PrepareAnnotationGCF("ftp://ftp.ncbi.nlm.nih.gov/genomes/all/GCF/001/922/835/GCF_001922835.1_NIST_Tur_tru_v1/", annotation_path)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.