View source: R/read_phosphosites.R
filter_phosphosites | R Documentation |
Filters out rows from non-human organisms or with non-uniprot-conformant accession ids.
filter_phosphosites(data, organism_col = "organism", acc_id_col = "acc_id")
data |
Dataset from |
organism_col |
Optional: name of data column containing organism data. |
acc_id_col |
Optional: name of data column containing accession id data. |
The filtered data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.