tidy_hPTMs: Parse the information about histone PTMs from an EpiProfile...

View source: R/epiprofile_utils.R

tidy_hPTMsR Documentation

Parse the information about histone PTMs from an EpiProfile output import

Description

Parse the information about histone PTMs from an EpiProfile output import

Usage

tidy_hPTMs(data, split_double_PTMs = FALSE, max_nchar_PTM = 20)

Arguments

data

A tibble imported with read_EpiProfile_histone_ratio().

split_double_PTMs

Logical. Split the modification on peptides with 2 lysine co-occurring PTMs in Sub_PTM1 and Sub_PTM2 new columns.

max_nchar_PTM

Integer. Longest character length of the modification text in column PTM.

Value

A tidy tibble

Examples

read_EpiProfile_histone_ratio("path/to/histone_ratio.xls") |>
    tidy_hPTMs()   

Ni-Ar/niar documentation built on Feb. 3, 2025, 9:25 a.m.