Description Usage Arguments Examples
Takes data frame with a "Master.Protein.Accession" column and adds a column "gene" using a second data frame as a reference to convert between an "Accession" column and a "Gene" symbol column
1 | mpa_to_gene(dat, gene_dat)
|
dat |
a data frame with only master protein accession numbers |
gene_dat |
a reference data frame with all accession numbers and gene symbols found within the data set |
1 | df$gene <- mpa_to_gene(df, gene_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.