Description Usage Value Examples
View source: R/gene_annotation.R
This function was used to parse the genome annotation of s288c the result of this script is the base for all other analysis and should be run firstly firstly we need download gene annotation information from ftp://ftp.ncbi.nlm.nih.gov/genomes/refseq/fungi/Saccharomyces_cerevisiae/reference/GCF_000146045.2_R64 which include:
GCF_000146045.2_R64_genomic.gbff
GCF_000146045.2_R64_cds_from_genomic.fna secondly we download the gene annotation information from SGD
s288_genome, which include the colnames: 1 "DBID" "systematic_name" "gene_standard_name" "gene_name" "locations_strand" "locations_start" "locations_end" "chromosome" "sequence" "sequnece_length" "protein_residue" "protein_length"
1 |
A dataframe with the detailed gene annotation from NCBI and SGD database
1 2 3 | # Once the essential datasets are prepared and put it under the directory- "xxx/data/"
# The function can be used as:
mergeGeneAnnotationFeature()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.