Description Usage Arguments Value Examples
View source: R/getUniprotFromFastaHeader.R
Translate Fasta header to UniprotSwissprot ID
1 | get_UniprotID_from_fasta_header(df, idcolumn = "protein_Id")
|
df |
|
idcolumn |
Column name containing the IDs |
Returns the whole data.frame
with a column called UniprotID
containing UniprotSwissprot IDs instead of Fasta headers. This format is easier to use for subsequent ID mappings using the Annotationdbi
package.
1 2 | data("exampleContrastData", package = "prora")
get_UniprotID_from_fasta_header(exampleContrastData)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.