Description Usage Arguments Examples
View source: R/domain_enrichment.R
Test for enrichment of two user provided PTM types inside of domains.
| 1 2 | calculate_tbt_positive_ptms(distance = 5, anchor_mod, cross_mod,
  anchor_mapped_df_Rds, cross_mapped_df_Rds, output_label)
 | 
| distance | A numerical value indicating distance between two PTM sites (defaul set to 5). | 
| anchor_mod | A string indicating the anchor modification. | 
| cross_mod | A string indicating the other modification. | 
| anchor_mapped_df_Rds | An Rds file containing the window score file of anchor PTM mapped domain. | 
| cross_mapped_df_Rds | An Rds file containing the window score file of the other PTM with mapped domain. | 
| output_label | The string to tag the output files. | 
| 1 2 3 4 5 6 | calculate_tbt_positive_ptms(distance = 5,
                       anchor_mod = "ps",
                       cross_mod = "pt",
                       anchor_mapped_df_Rds = "ps_0103_mapped_df.Rds",
                       cross_mapped_df_Rds = "pt_0103_mapped_df.Rds",
                       output_label = "pt_ps_positive")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.