dagLogo-package: Visualize significant conserved peptide sequence pattern in...

Description Details Author(s) Examples

Description

dagLogo provides differential analysis of grouped/ungrouped amino acid usage between an input set of aligned peptide sequences and a background set of aligned peptide sequences which can be generated in different ways. Results of Fisher's exact test and/or Z-test are visualized using a heatmap or DAG Logo.

Details

DAG: Differential Amino acid Group

There are several differences between dagLogo from iceLogo:

1. The sequence patterns can be grouped by charge, chemistry, hydrophobicity and etc.

2. dagLogo accepts different length of unaligned amino acid sequences.

3. Except that random, regional (called anchored) and terminal (called restricted in dagLogo) background model built from the whole proteome, the background set could be generated using subsequences from regions of the protein sequences matching the input set and complementary set of the input set.

Author(s)

Jianhong Ou, Haibo Liu, Julie Lihua Zhu

Maintainer: Jianhong Ou <jianhong.ou@duke.edu>

Examples

1
2
3
4
5
  data("seq.example")
  data("proteome.example")
  bg <- buildBackgroundModel(seq.example, proteome=proteome.example, numSubsamples=10L)
  t <- testDAU(seq.example, bg)
  (t)

dagLogo documentation built on Dec. 5, 2020, 2 a.m.