get_UniprotID_from_fasta_header | R Documentation |
Extracts uniprot ID
get_UniprotID_from_fasta_header(df, idcolumn = "protein_Id")
obj |
data.frame |
idcol |
columns to extract uniprot id's from |
data.frame
Other utilities:
INTERNAL_FUNCTIONS_BY_FAMILY
,
matrix_to_tibble()
,
multigroup_volcano()
,
names_to_matrix()
,
pairs_smooth()
,
pairs_w_abline()
,
panel_cor()
,
panel_hist()
,
remove_NA_rows()
,
table_facade()
bb <- prolfqua_data('data_ionstar')$filtered()
tmp <- prolfqua::separate_hierarchy(bb$data,old2new( bb$config))
tmp$UniprotID <- NULL
tmp <- get_UniprotID_from_fasta_header(tmp, idcolumn = "top_protein")
stopifnot("UniprotID" %in% colnames(tmp))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.