Description Usage Arguments Value Examples
Converting accessions from RefSeq to Gene. If 'conversion_table' is not supplied, the function leverages 'AnnotationHub()'
1 2 3 | remap_accessions_refseq_to_gene(msnid, organism_name, conversion_table)
remap_accessions_uniprot_to_gene(msnid, organism_name, conversion_table)
|
msnid |
(MSnID object) MS/MS ID data |
organism_name |
(string) Official organism name |
conversion_table |
(data.frame) data frame with two columns one should with named accessions and contain accessions from 'msnid' object (e.g. RefSeq) the other is with alternative annotation to map to (e.g. gene symbol). |
(MSnID object) MS/MS ID data with computed number of peptides per 1000 aa. Added column name - "peptides_per_1000aa".
1 2 3 4 5 | path_to_MSGF_results <- system.file("extdata/global/msgf_output", package = "PlexedPiperTestData")
msnid <- read_msgf_data(path_to_MSGF_results)
show(msnid)
msnid <- remap_accessions_refseq_to_gene(msnid, organism_name="Rattus norvegicus")
show(msnid)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.