checkTanslatedProtein: Protein sequence quality check

Description Usage Arguments Value Examples

View source: R/basic_function_in_cluster_analysis.R

Description

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

Usage

1
checkTanslatedProtein(gene_seq_inf)

Arguments

gene_seq_inf

A gene feature dataframe, each row contains the gene annotation information, like the coordinates, the cds sequence

Value

A list contains the gene with right translated protein and the gene with wrong translated protein

Examples

1
2
data('gene_feature0')
checkTanslatedProtein(gene_feature0)

hongzhonglu/Yeastspot3D documentation built on March 28, 2020, 6:06 p.m.