Description Usage Arguments Value Examples
View source: R/basic_function_in_cluster_analysis.R
Check whether the translated protein from CDS is equal to the protein sequence from the sgd database, if they are equal, the original cds sequence and protein sequence is consistent in our program
1 | checkTanslatedProtein(gene_seq_inf)
|
gene_seq_inf |
A gene feature dataframe, each row contains the gene annotation information, like the coordinates, the cds sequence |
A list contains the gene with right translated protein and the gene with wrong translated protein
1 2 | data('gene_feature0')
checkTanslatedProtein(gene_feature0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.