Learn R Programming

geno2proteo (version 0.0.6)

geno2proteo-package: geno2proteo

Description

geno2proteo

Arguments

Details

The DESCRIPTION file: geno2proteo geno2proteo

~~ An overview of how to use the package and the most important functions ~~

The package needs three data files. One contains the genetic table, another one contains the DNA sequences of a certain genome, and the third one contains the gene annotations in the same format as the GTF file used in ENSEMBL. The standard genetic table was provided in this package. The other two data files can be downloaded from ENSEMBL web site. For details about those data files and how to obtain them, see the introduction document of this package. Of course you can create your own data files, as long as you observe the format of the files which are specified in the introduction document as well.

The package also needs Perl installed and being available for use in order to run some of the functions.

Once you have the three data files, you need to run the function generatingCDSaaFile to generate another data file, which will be used by some of the functions in this package.

Four main functions were implemented in this package so far. The function genomicLocToProteinSequence will find the protein sequences and DNA sequences of the coding regions within a list of genomic loci given as input. genomicLocToWholeDNASequence will obtain the whole DNA sequences of any genomic loci given in the input data. proteinLocsToGenomic will find the genomic coordinates for a list of sections in proteins as input. proteinLocsToProteinSeq will find the the protein sequences of a list of the protein sections.