View source: R/epiprofile_utils.R
tidy_hPTMs | R Documentation |
Parse the information about histone PTMs from an EpiProfile output import
tidy_hPTMs(data, split_double_PTMs = FALSE, max_nchar_PTM = 20)
data |
A tibble imported with |
split_double_PTMs |
Logical. Split the modification on peptides with 2 lysine co-occurring PTMs in |
max_nchar_PTM |
Integer. Longest character length of the modification text in column |
A tidy tibble
read_EpiProfile_histone_ratio("path/to/histone_ratio.xls") |>
tidy_hPTMs()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.