Description Usage Arguments Value Examples
View source: R/gene_annotation.R
This function was used to evaluate the quality of gene annotation from cds to protein sequence three check step check 1, ratio of gene and the translated protein—-OK check 2, length of gene—-OK check 3, translated protein seq is equal to that in SGD, index_need_check 570 1220 1221 1222 1223 1224 1225 1226
1 | qualityCheckFromCDStoProtein(gene_feature_original)
|
gene_feature_original |
A dataframe with the initial gene annotation information |
A dataframe with the quality check result
1 2 3 | # Firstly run:
gene_feature0 <- mergeGeneAnnotationFeature()
gene_feature0 <- qualityCheckFromCDStoProtein(gene_feature0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.