Description Usage Arguments Value Author(s) References Examples
View source: R/rmvSpliceVariant.R
Removes alternative splicing information from the database.
1 | rmvSpliceVariant(gene.info)
|
gene.info |
A reaction gene maping from the ReconX database created from functions |
A n x 2 dimentional dataframe of Reaction-Gene(Entrez number) mapping from ReconX database
Anand Gavai <anand.gavai@bioinformatics.nl>, Hannes Hettling
Thiele, I. et al. Nat Biotech, 2013
1 2 3 4 5 6 7 8 9 10 | data(Recon2)
gene.info <- extractGeneAssociations(Recon2)
gene.info<-do.call(rbind.data.frame,gene.info)
colnames(gene.info)<-c("GPR")
gene.info$react_id<-row.names(gene.info)
gene.info<-gene.info[,c(2,1)]
rownames(gene.info)<-NULL
react_gene_map<-rmvSpliceVariant(gene.info)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.