ALL Metrics
-
Views
-
Downloads
Get PDF
Get XML
Cite
Export
Track
Research Article

A fragmented alignment method detects a phosphorylation site and a new BRC repeat in the Drosophila melanogaster BRCA2 protein, and a new HAT repeat in Utp6 from yeast

[version 1; peer review: 2 approved, 1 approved with reservations]
PUBLISHED 25 Jun 2013
Author details Author details
OPEN PEER REVIEW
REVIEWER STATUS

Abstract

Mutations in the BRCA2 tumor suppressor protein leave individuals susceptible to breast, ovarian and other cancers. The BRCA2 protein is a critical component of the DNA repair pathways in eukaryotes, and also plays an integral role in fostering genomic variability through meiotic recombination. Although present in many eukaryotes, as a whole the BRCA2 gene is weakly conserved. Conserved fragments of 30 amino acids (BRC repeats), which mediate interactions with the recombinase RAD51, helped detect orthologs of this protein in other organisms. The carboxy-terminal of the human BRCA2 has been shown to be phosphorylated by checkpoint kinases (Chk1/Chk2) at T3387, which regulate the sequestration of RAD51 on DNA damage. However, apart from three BRC repeats, the Drosophila melanogaster gene has not been annotated and associated with other functionally relevant sequence fragments in human BRCA2. In the current work, the carboxy-terminal phosphorylation threonine site (E=9.1e-4) and a new BRC repeat (E=17e-4) in D. melanogaster has been identified, using a fragmented alignment methodology (FRAGAL). In a similar study, FRAGAL has also identified a novel half-a- tetratricopeptide (HAT) motif (E=11e-4), a helical repeat motif implicated in various aspects of RNA metabolism, in Utp6 from yeast. The characteristic three aromatic residues with conserved spacing are observed in this new HAT repeat, further strengthening my claim. The reference and target sequences are sliced into overlapping fragments of equal parameterized lengths. All pairs of fragments in the reference and target proteins are aligned, and the gap penalties are adjusted to discourage gaps in the middle of the alignment. The results of the best matches are sorted based on differing criteria to aid the detection of known and putative sequences. The source code for FRAGAL results on these sequences is available at https://github.com/sanchak/FragalCode, while the database can be accessed at www.sanchak.com/fragal.html.

Keywords

FRAGAL, alignment, BRCA2, HAT, Drosophila

Introduction

The breast cancer susceptibility protein BRCA2, first identified in 19951, is a critical recombinase regulator2 that ensures genomic stability through high fidelity repair3,4 of double stranded breaks (DSB) and prevents stalled replication forks from replicating5 in the DNA. The primary recombinase in BRCA2 repair of DSB through homologous recombination is the RAD51 protein, belonging to the conserved RecA/RAD51 family6, that binds to the BRCA2 protein at various segments of ~30 amino acids (BRC repeats)7,8, and in the C-terminal region in most vertebrates9,10. Checkpoint kinases phosphorylate a serine9 and a threonine10 at the carboxy-terminal region of BRCA2, thereby regulating its interaction with RAD51. BRCA2 also plays a key role in fostering genomic variability through meiotic recombination11,12, although a different recombinase (DMC1) is implicated in this pathway in mammalian species13.

The BRC repeats have helped identify BRCA2 orthologs in various eukaryotic species14. Functional characterization of this gene in Drosophila melanogaster has demonstrated its interaction with RAD51, and a critical role in mitotic and meiotic DNA repair as well as homologous recombination11,15. The copy number of the BRC repeats differs considerably. The BRCA2 homolog in Ustilago maydis (a yeast like fungus) has a single BRC repeat16, the D. melanogaster homolog contains only three (known) repeats14, while there are eight repeats in the human BRCA2 gene7. Even among the Drosophila genus, the range of BRC repeat numbers is varied - the D. melanogaster species has only three repeats, while D. persimilis and D. pseudoobscura have up to eleven repeats17. RAD51 shows varying affinity for the different BRC motifs18,19. This difference in repeat numbers in Drosophila has raised doubts whether ‘this higher repeat number is real or a genome mis-assembly artifact’20, and also led to speculation on the evolution of these closely related organisms17,20. Any such hypothesis would need to be revisited if a new BRC motif were to be identified in D. melanogaster.

In the current work, the putative threonine phosphorylation site for checkpoint kinases (Chk1/Chk2) (E=9.1e-4) and a new BRC repeat (E=17e-4) in D. melanogaster has been identified, using a fragmented technique for the pairwise alignment of two sequences (FRAGAL). The reference and target sequences are sliced into fragments of equal parameterized length X, sliding along the sequence in intervals of length Y, such that Y is less than X. Thus, the slices have overlaps. An alignment of all pairs of slices in the reference and target proteins is done using the global alignment program ‘needle’21 from the EMBOSS suite22. The gap penalties are adjusted to discourage gaps in the middle of the alignment. The results of the best matches are sorted based on differing criteria to aid the detection of known and putative sequences. In order to establish the generic nature of the FRAGAL methodology, the detection of a new half-a-tetratricopeptide (HAT) repeat sequence (E=11e-4) in a nucleolar RNA-associated protein (Utp6) from Saccharomyces cerevisiae is also reported. HAT is a helical repeat motif implicated in various aspects of RNA metabolism23,24. The characteristic three aromatic residues with a conserved spacing are observed in this new HAT repeat, further strengthening my claim25.

The significant conservation of the DNA repair and checkpoint pathways in flies and higher organisms26, the advanced genetic tools available for Drosophila, and the viability of the Drosophila BRCA2 null mutants in contrast to mammalian mutants27 establishes Drosophila as a model organism for studying these pathways28. Significant divergence of key conserved sequences proves to be a serious hurdle for alignment techniques to annotate and associate the conserved sequences in the human BRCA2 to the Drosophila BRCA229. Thus, a generic methodology, applicable to distantly evolutionary related proteins like BRCA2 and nucleolar RNA-associated proteins is presented. The methodology has been validated by the identification of two novel functionally relevant sites in the BRCA2 protein from D. melanogaster, and a HAT repeat in Utp6 from S. cerevisiae.

Materials and methods

The FRAGAL methodology is shown in Supplementary Figure 1. The sequences are split into fragments of X amino acids, with the starting indices sliding across the sequence length in steps of Y amino acids (SI.A.fasta and SI.B.fasta in Data Files). The score for each match is either the %similarity or a score (FRscore) that is computed as shown in Equation 1 and Equation 2. FRscore is intended to give more weightage to identical residues in the alignment.

               %onlySimilarity = %similarity – %identity;     (1)

         FRscore = 1/3 * %onlySimilarity + 2/3 * %identity;     (2)

One sorting criteria is to rank the matches based on the best average score, while another takes the cumulative score of a stretch of fragment matches. Stretches of fragments are stitched while ensuring the slices in the sequences are in an increasing order and non-overlapping. The best average criteria will typically select single fragments, while the cumulative scoring criteria will bring forth longer conserved regions.

The threshold for sequence similarity for each fragment is parameterized, and set to 30% in the default mode. A large threshold will exclude more relevant matches, while a smaller threshold might include more false positives. The pairwise alignment for each fragment pair is done by a global alignment program ‘needle’ from the EMBOSS suite21,22. The parameters are set as follows - matrix=BLOSUM62, Gap penalty=25.0 and Extend penalty=0.5. The gap penalty is increased from the default value of 10 to ensure that gaps are discouraged in the middle of the alignment. Single deletions or insertions are rarely expected in conserved fragments.

The user is allowed to specify an annotation file for a given protein sequence using the uniprot accession syntax (Supplementary Figure 2). The results from FRAGAL can be filtered based on this annotation, and this provides a easier way to manually inspect and annotate corresponding segments in a query protein sequence.

The FRAGAL package is written in Perl on Ubuntu. Hardware requirements are modest - all results here are from a simple workstation (2GB RAM). The source code for FRAGAL results on these sequences is available at https://github.com/sanchak/FragalCode, while the database can be accessed at www.sanchak.com/fragal.html and in the Data Files below. The multiple sequence alignment was done using ClustalW30. PHYML has been used to generate phylogenetic trees from these alignments, which is based on the method of maximum likelihood31. The method searches for a tree with the highest probability or likelihood that, given a proposed model of evolution and the hypothesized history, would give rise to the observed data set. The alignment and cladograms images were generated using Seaview32. E-values and z-scores have been computed using the Protein Information Resource.

Results

Breast cancer susceptibility protein BRCA2

The D. melanogaster gene (CG30169)33 encodes a 971 amino acid protein (dmBRCA2, Uniprot Accession:Q9W157), and contains three BRC repeat units (conserved sequences of ~30 amino acids that binds to RAD51)8,14. In contrast, the human BRCA2 gene product (hBRCA2, Uniprot Accession:P51587) is 3418 amino acids long and contains eight BRC repeats7. Further, the hBRCA2 protein is annotated for several sites phosphorylated by checkpoint kinases, which regulate its interaction with RAD519,10. FRAGAL was run on the dmBRCA2 and hBRCA2 sequences. Table 1 shows the best matches obtained using two different sorting criteria - best average FRscore (see Methods) and best average %similarity - either when the match in hbrca2 is known to be conserved (Table 1A) based on an user defined input file (Supplementary Figure 2) or otherwise (Table 1B).

Table 1. FRAGAL results for aligning the BRCA2 protein sequences from Drosophila melanogaster (A) (Accession:Q9W157) and humans (B) (Accession:P51587).

The scores are either FRscore (which gives more weightage to %identity, see Methods) or %similarity (%S). In A, the results are filtered out if the fragment in the hBRCA2 sequence is not marked as conserved (Supplementary Figure 2), whereas all results are included in B. The A91-B337 match corresponds to the phosphorylation site of checkpoint kinases in the carboxy-terminal of BRCA2, while the match A61-B151 (not shown in Table, FRscore=53), corresponds to the new BRC repeat identified in D. melanogaster. Note, that certain fragment alignments like A33-B176 are not characterized in either proteins, and are candidates for functional characterization due to their significant conservation in distant species.

RankFRscoreMatchesRank%SMatches
173.5A91-B337150.9A91-B337
364.7A87-B197344A87-B194
464.2A67-B152442.6A67-B152
564A87-B194642.3A87-B197
664A65-B140742A65-B140
A961.7A57-B167,A87-B1971041.2A69-B199,A74-B204
1061.4A67-B1001141.2A93-B102
1161.4A69-B199,A74-B2041241.1A57-B167,A87-B197
1261.3A89-B3351340.8A67-B197,A73-B203
1460.1A75-B1521740A67-B67
173.5A91-B337150.9A91-B337
267.8A33-B176244.4A33-B176
364.7A87-B197344A87-B194
464.2A67-B152442.6A67-B152
564A87-B194542.3A83-B231
B664A65-B140642.3A87-B197
763A7-B334742A65-B140
862.8A83-B231841.8A7-B334
961.7A57-B167,A87-B197941.5A47-B58,A77-B88
1061.4A67-B1001041.2A69-B199,A74-B204

Detecting the threonine phosphorylation site in the carboxy-terminal region of dmBRCA2. Table 1 shows a significant match (E=9.1e-4, Z-score=100) between fragment 91 of dmBRCA2 to the fragment 337 in hBRCA2, which contains the T3387 that is phosphorylated by the checkpoint kinases Chk1 and Chk2. Z-scores above a value of 8 are considered to be significant34. The alignment shows that the T3387 corresponds to the T926 of dmBRCA2 (Figure 1a). The conservation of this region in the Drosophila and mammalian species is demonstrated by the multiple sequence alignment of three organisms from each species (Figure 1b). The highly conserved columns in the alignment are highlighted using an asterisk, and can be used to define a Prosite motif ([ST]-E-[ST][ST]-x-[ST]-x(6)-[ED]-x(4)-K-x(4)-[ST]-[ST]-[ST]-x(3)-[DE]-[DE])35. Either this motif or FRAGAL alignments failed to detect this site in other species distant from Drosophila or mammals (Ustilago maydis and Caenorhabditis elegans).

70deab67-a7f9-4999-bfef-f46a94197542_figure1.gif

Figure 1. Fragment alignment using ‘needle’ from the EMBOSS suite21,22 of previously unknown conserved, and functionally relevant, sequences in dmBRCA2: (red for identity, green for similarity).

(a) Putative phosphorylation site by checkpoint kinases in the carboxy-terminal of hBRCA2. The threonine that is phosphorylated is highlighted (T3387 in hBRCA2 and T926 in dmBRCA2) (E=0.00091, Zscore=100). (b) Conserved sequence in the carboxy-terminal of the BRCA2 protein sequence: Checkpoint kinases Chk1 and Chk2 phosphorylate threonine 3387 in hbrca2, and is seen to be conserved in the mammalian and Drosophila species (T926 in dmBRCA2). (c) Putative BRC repeat identified by the similarity of fragment 61 (634–664:LDTALKRSIESSEEMRSKASKLVVVDTTMR) in D. melanogaster to the BRC4 repeat in hBRCA2 (1517–1551) (E=0.0017, Zscore=95) (red for identity, green for similarity).

Detecting an additional BRC repeat in Drosophila melanogaster. The correct identification of the three BRC repeats in D. melanogaster is seen by the significant scores of the FRscore matches of A67-B152 (64), A57-B100 (60) and A75-B152 (60) (Table 1). A significant alignment (E=17e-4, Z-score=95) between A61-B151 (35.8%similarity and 17%identity) (Figure 1c) was also observed. This sequence (634–664:LDTALKRSIESSEEMRSKASKLVVVDTTMR) is now added to the list of sequences previously studied in the Drosophila genus17. The multiple sequence alignment (obtained using ClustalW30) (Figure 2a) and phylogenetic trees (obtained using PHYML31) (Figure 2b) shows that this new BRC repeat is more related to D. willistoni than other organisms in the Drosophila genus. A detailed molecular phylogeny of Drosophilid species has noted that the subgenus Sophophora is ‘divided into D. willistoni and the clade of D. obscura and D. melanogaster groups’, possibly indicating the source of this BRC repeat that has been conserved between D. willistoni and D. melanogaster36. An iterative methodology, similar to PSI-BLAST (Position-Specific Iterative Basic Local Alignment Search Tool)37, can be automated to generate comprehensive motifs spanning distant species. The conservation of many key residues in this sequence fragment, as shown by comparing it to the sequence logo of the Prosite BRCA2 profile (PS50138) (Figure 2c) strongly suggests that this is a putative BRC repeat. However, it must be emphasized that such repeats are to be considered putative until verified experimentally38,39.

70deab67-a7f9-4999-bfef-f46a94197542_figure2.gif

Figure 2. New BRC repeat identified by FRAGAL in Drosophila melanogaster.

(a) The multiple alignment for this new sequence (634–664:LDTALKRSIESSEEMRSKASKLVVVDTTMR) (using ClustalW) highlighted as melanogaster4 and other sequences compared previously in17. This putative sequence is more closely related to the sequences in D. willistoni than other members of the genus. (b) The phylogenetic tree (using PHYML) gives a graphical representation of the relation of the various repeats in the Drosophila genus, corroborating the closer relation of the new BRC repeat to D. willistoni. (c) Alignment of the new BRC repeat to the sequence logo of the Prosite BRCA2 repeat profile PS50138.

Half-a-tetratricopeptide (HAT) motif

HAT is a helical repeat motif implicated in various aspects of RNA metabolism and in protein-protein interactions23,24. These repeats are characterized by three aromatic residues with a conserved spacing25. A variable number of HAT repeats (9 to 12) are found in different proteins. Figure 3a shows a novel HAT repeat (E=11e-4, Z-score=116) detected in a nucleolar RNA-associated protein (Utp6) from Saccharomyces cerevisiae (Uniprot Accession:Q02354) by comparing it to HAT repeats from a human nucleolar RNA-associated protein (Uniprot Accession:Q9NYH9). Q9NYH9 has five annotated HAT repeats (121–153, 156–188, 304–335, 488–520 and 524–557), while Q02354 has three HAT repeats (87–119, 124–156 and 159–191). The new HAT sequence identified in Q02354 (SLIMKKRTDFEHRLNSRGSSINDYIKYINYESN) is from position 30 to 62. It can be seen from the multiple sequence alignment that this sequence has the desired aromatic residues at the proper spacing, a requisite for being considered a HAT repeat (Figure 3a and Figure 3b). Further, the MSA shows large variation amongst HAT sequences even within the same organism (Figure 3b). Finally, Figure 3b and Figure 3c shows that certain HAT repeats are more similar to HAT repeats from other organisms than to other HAT repeats in its own sequence.

70deab67-a7f9-4999-bfef-f46a94197542_figure3.gif

Figure 3. New Half-a-tetratricopeptide (HAT) motif identified by FRAGAL in Saccharomyces cerevisiae.

(a) Pairwise alignment of a previously unannotated HAT motif in S. cerevisiae (E=11e-4, Z-score=116) (red for identity, green for similarity). (b) The multiple alignment for this new sequence (using ClustalW) with other HAT motifs in S. cerevisiae and humans shows large variation amongst HAT sequences even within the same organism. The conserved spacing of the aromatic residues are also highlighted. (c) The phylogenetic tree (using PHYML) shows that certain HAT repeats are more similar to HAT repeats from other organisms than to other HAT repeats in its own sequence.

Database for aligning different pairs of BRCA2

A database (www.sanchak.com/fragal.html) which lists the results for the fragmented alignment of various proteins with BRC and HAT repeats sequences has been created. The results have been generated by varying two parameters - length of the fragments and the threshold %similarity value for a significant match in a fragment pair. As mentioned above, the results are presented in several formats - best cumulative score and best average score - where the score is either the %similarity or FRscore.

Discussion

Genetic evolution over large time spans often leaves little trace of kinship in different organisms, even when the functional roles of the genes remains conserved. A relevant example is the BRCA2 gene which, although present in many eukaryotes, is weakly conserved40. The BRCA2 protein plays a major role in maintaining genomic stability, fostering genetic variability and also has other cellular functions2,41. Individuals with germline mutations in the BRCA2 gene are at significantly greater risk to a wide range of cancers42,43. This is supposed to be primarily due to the instability in chromosome structure and number induced by functional aberrations in BRCA244. Conserved fragments of ~30 amino acids (BRC repeats)7 that mediates the interaction of BRCA2 with the RAD51 recombinase45 have been instrumental in identifying BRCA2 orthologs in other species14,16. The BRCA2 protein in the Drosophila genus assumes significance in this context owing to the advanced tools available for Drosophila genetics28, and has been functionally characterized recently11,15.

However, weak sequence conservation in this gene has proven to be an impediment in associating experimentally proven functionally relevant gene fragments in humans and Drosophila. The variability in the number of BRC repeats even within the Drosophila species has provided fodder for further speculation on the evolution of this gene17,20. The detection of a new BRC repeat would necessitate the reevaluation of such hypotheses.

Apart from the BRC repeats, RAD51 interacts with BRCA2 in the carboxy-terminal, and this interaction is modulated by checkpoint kinases9,10. Since the introduction of BRC repeats in the cell inhibits the formation of RAD51 nucleoprotein filaments8, a model has been suggested whereby RAD51 binds to both the BRC repeats and the carboxy-terminal in undamaged cells, and DNA damage triggers the release of the carboxy-terminal bound RAD51 via the phosphorylation of a threonine residue10.

Thus, it is noted that certain functionally significant domains are much more conserved compared to the complete protein40. In the current work, a methodology to annotate proteins in such ‘twilight’ zones29 by fragmenting and aligning two protein sequences (Figure 1) has been presented. The results are sorted based on differing criteria, and can be directed by a input file in case the sequences have already been annotated. This method helps in quickly honing onto conserved sites through visual inspection (Table 1 and Figure 1). The threonine phosphorylation site (E=9.1e-4) for checkpoint kinases (Chk1/Chk2) (Figure 1) and a new BRC repeat (E=17e-4) using FRAGAL (Figure 2) has been identified. Pruning out matches which do not have a corresponding conserved sequence in hBRCA2 helps us to select fragment 61 in dmBRCA2 as a new BRC repeat7,14, and fragment 91 in dmBRCA2 as the putative threonine site for phosphorylation by checkpoint kinase Chk1 and Chk210. It must be noted that the sites identified remain putative until verified by experimental data, in spite of the low E-values obtained.

The multiple alignments can be used to create (for the carboxy-terminal phosphorylation threonine site) or extend (for the new BRC repeat) Prosite motifs. However, the carboxy-terminal phosphorylation threonine site Prosite motif generated from the multiple alignment of sequences from Drosophila and mammals did not result in any matches in other organisms (Ustilago maydis and Caenorhabditis elegans).

In order to justify this method further, I concentrated on proteins that contain the Half-a-tetratricopeptide (HAT) repeat motifs. The HAT motif is much less ubiquitous than the related tetratricopeptide (TPR) repeat, and has been implicated in various aspects of RNA metabolism23,24. HAT motifs are also hypothesized to play a critical role in assembling RNA-processing complexes25. A recent study that combined bioinformatics, modeling and mutagenesis studies of the HAT domain used the three tandem HAT motifs in the Saccharomyces cerevisiae protein Utp6 to make inferences about the residues that confer structural and/or functional properties to the motif. In the current work, the detection of a new HAT repeat sequence (E=11e-4) in Utp6 from S. cerevisiae has been reported. This sequence has the desired aromatic residues at the proper spacing, a requisite for being considered a HAT repeat25. The above mentioned study would have gained further by the knowledge of this HAT repeat, a repeat that remained undetected by sequence analysis using other methods. The HAT repeats are much more varied, and thus not suitable for generating motifs (like Prosite35). For example, the consensus sequence has been derived from an alignment of 742 HAT motifs from Pfam46 and had to be manually edited since this alignment included gaps in greater than 90% of the sequences25. Moreover, FRAGAL detects that a particular HAT sequence in one protein is more related to HAT sequences from other species that other HAT repeats present in its own sequence. This raises interesting questions about their evolutionary history.

Existing methods for detecting functional motifs in a given protein sequence have been unable to detect these putative sites. For example, meta servers (http://myhits.isb-sib.ch/cgi-bin/motif_scan, http://www.ebi.ac.uk/Tools/pfa/iprscan/, http://www.genome.jp/tools/motif/) for detecting motifs in a protein have been unable to detect the sites identified using the FRAGAL methodology. These meta servers use one or more motif databases35,4649. It is fair to mention that the FRAGAL method is much more computationally intensive than the above mentioned methods. At the same time, FRAGAL makes no assumption of any knowledge of the conserved regions (either the sequence or their position). The choice of the fragment length in FRAGAL depends on the length of repeats that is expected to be present in the protein. Since both repeats (BRC and HAT) discussed in this manuscript are around ~30 amino acid long, I have chosen a fragment length of 50. A larger fragment length might mask the similarity in the core region due to variations in the non-critical regions, whereas a smaller fragment would match irrelevant portions and thus increase false positives.

In some of the significant matches in Table 1 the fragment in hBRCA2 is not annotated to be functionally relevant - for example fragments 33 and 87 of dmBRCA2 and fragments 176 and 194 in hBRCA2, respectively. These fragments might suggest an important, yet unknown, functional relevance of that stretch of the human gene as well, since it is conserved across distant species. An excellent database for Drosophila related information is available at http://flybase.org/50. A database (www.sanchak.com/fragal.html) for BRCA2 and nucleolar RNA-associated proteins from different organisms, and will be updating this on a regular basis to include more organisms and different repeats has been created. The increasing importance of Drosophila as a model system for cancer research51 in the search for human therapeutics5254 can be exploited to the hilt once the conserved mechanism is fully understood. FRAGAL presents the first step by annotating putative conserved sequence fragments in Drosophila and humans.

Comments on this article Comments (0)

Version 2
VERSION 2 PUBLISHED 25 Jun 2013
Comment
Author details Author details
Competing interests
Grant information
Copyright
Download
 
Export To
metrics
Views Downloads
F1000Research - -
PubMed Central
Data from PMC are received and updated monthly.
- -
Citations
CITE
how to cite this article
Chakraborty S. A fragmented alignment method detects a phosphorylation site and a new BRC repeat in the Drosophila melanogaster BRCA2 protein, and a new HAT repeat in Utp6 from yeast [version 1; peer review: 2 approved, 1 approved with reservations]. F1000Research 2013, 2:143 (https://doi.org/10.12688/f1000research.2-143.v1)
NOTE: If applicable, it is important to ensure the information in square brackets after the title is included in all citations of this article.
track
receive updates on this article
Track an article to receive email alerts on any updates to this article.

Open Peer Review

Current Reviewer Status: ?
Key to Reviewer Statuses VIEW
ApprovedThe paper is scientifically sound in its current form and only minor, if any, improvements are suggested
Approved with reservations A number of small changes, sometimes more significant revisions are required to address specific details and improve the papers academic merit.
Not approvedFundamental flaws in the paper seriously undermine the findings and conclusions
Version 1
VERSION 1
PUBLISHED 25 Jun 2013
Views
10
Cite
Reviewer Report 06 Sep 2013
Saurabh Sinha, Department of Computer Science, University of Illinois at Urbana-Champaign, IL, USA 
Approved
VIEWS 10
In this well-written manuscript, Chakraborty presents a tool for local alignment of two protein sequences that includes a fragment-chaining step. He then uses this tool to identify important putatively functional fragments in two different Drosophila proteins by comparison to the ... Continue reading
CITE
CITE
HOW TO CITE THIS REPORT
Sinha S. Reviewer Report For: A fragmented alignment method detects a phosphorylation site and a new BRC repeat in the Drosophila melanogaster BRCA2 protein, and a new HAT repeat in Utp6 from yeast [version 1; peer review: 2 approved, 1 approved with reservations]. F1000Research 2013, 2:143 (https://doi.org/10.5256/f1000research.1682.r1731)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
  • Author Response 17 Sep 2013
    Sandeep Chakraborty, Department of Biological Sciences, Tata Institute of Fundamental Research, Mumbai, 400 005, India
    17 Sep 2013
    Author Response
    I greatly appreciate the positive comments.

    The current title is rather long. The contribution of this work is mainly in the form of the FRAGAL tool, and the title could be ... Continue reading
COMMENTS ON THIS REPORT
  • Author Response 17 Sep 2013
    Sandeep Chakraborty, Department of Biological Sciences, Tata Institute of Fundamental Research, Mumbai, 400 005, India
    17 Sep 2013
    Author Response
    I greatly appreciate the positive comments.

    The current title is rather long. The contribution of this work is mainly in the form of the FRAGAL tool, and the title could be ... Continue reading
Views
9
Cite
Reviewer Report 22 Aug 2013
Satish Chikkagoudar, Pacific Northwest National Laboratory, Washington, USA 
Approved with Reservations
VIEWS 9
The author presents an interesting technique for detecting new BRC repeats. The paper is generally well written, but needs some additional material to bolster its case. The introduction section needs more discussion of the 'state-of-the-art' in the alignment and ... Continue reading
CITE
CITE
HOW TO CITE THIS REPORT
Chikkagoudar S. Reviewer Report For: A fragmented alignment method detects a phosphorylation site and a new BRC repeat in the Drosophila melanogaster BRCA2 protein, and a new HAT repeat in Utp6 from yeast [version 1; peer review: 2 approved, 1 approved with reservations]. F1000Research 2013, 2:143 (https://doi.org/10.5256/f1000research.1682.r1106)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
  • Author Response 23 Aug 2013
    Sandeep Chakraborty, Department of Biological Sciences, Tata Institute of Fundamental Research, Mumbai, 400 005, India
    23 Aug 2013
    Author Response
    Dear Dr Chikkagoudar,

    I would like to thank you for your insightful suggestions which will help improve the manuscript. I will make the suggested changes, and incorporate them in a new ... Continue reading
  • Author Response 17 Sep 2013
    Sandeep Chakraborty, Department of Biological Sciences, Tata Institute of Fundamental Research, Mumbai, 400 005, India
    17 Sep 2013
    Author Response
    I appreciate the positive comments, and hope to have addressed the concerns detailed below.

    The introduction section needs more discussion of the 'state-of-the-art' in the alignment and motif ... Continue reading
COMMENTS ON THIS REPORT
  • Author Response 23 Aug 2013
    Sandeep Chakraborty, Department of Biological Sciences, Tata Institute of Fundamental Research, Mumbai, 400 005, India
    23 Aug 2013
    Author Response
    Dear Dr Chikkagoudar,

    I would like to thank you for your insightful suggestions which will help improve the manuscript. I will make the suggested changes, and incorporate them in a new ... Continue reading
  • Author Response 17 Sep 2013
    Sandeep Chakraborty, Department of Biological Sciences, Tata Institute of Fundamental Research, Mumbai, 400 005, India
    17 Sep 2013
    Author Response
    I appreciate the positive comments, and hope to have addressed the concerns detailed below.

    The introduction section needs more discussion of the 'state-of-the-art' in the alignment and motif ... Continue reading
Views
6
Cite
Reviewer Report 12 Aug 2013
Himanshu Sinha, Department of Biological Sciences, Tata Institute of Fundamental Research, Mumbai, India 
Approved
VIEWS 6
A well written paper that proposes a new method, FRAGAL for identifying functional putative motifs within protein sequences which have been hidden from previous analyses. By splitting the sequences into overlapping fragments, this method is able to discover additional motifs. The ... Continue reading
CITE
CITE
HOW TO CITE THIS REPORT
Sinha H. Reviewer Report For: A fragmented alignment method detects a phosphorylation site and a new BRC repeat in the Drosophila melanogaster BRCA2 protein, and a new HAT repeat in Utp6 from yeast [version 1; peer review: 2 approved, 1 approved with reservations]. F1000Research 2013, 2:143 (https://doi.org/10.5256/f1000research.1682.r1147)
NOTE: it is important to ensure the information in square brackets after the title is included in all citations of this article.
  • Author Response 23 Aug 2013
    Sandeep Chakraborty, Department of Biological Sciences, Tata Institute of Fundamental Research, Mumbai, 400 005, India
    23 Aug 2013
    Author Response
    Dear Dr Sinha,

    I greatly appreciate your comments on my manuscript. I will incorporate your suggested changes and update the manuscript. Your suggestion of including more of such repeats (I plan ... Continue reading
  • Author Response 17 Sep 2013
    Sandeep Chakraborty, Department of Biological Sciences, Tata Institute of Fundamental Research, Mumbai, 400 005, India
    17 Sep 2013
    Author Response
    I am grateful for the encouraging comments on the work.

    ...author does not provide extensive comparison of HAT repeats in Saccharomyces species. ... it would be interesting to see how ... Continue reading
COMMENTS ON THIS REPORT
  • Author Response 23 Aug 2013
    Sandeep Chakraborty, Department of Biological Sciences, Tata Institute of Fundamental Research, Mumbai, 400 005, India
    23 Aug 2013
    Author Response
    Dear Dr Sinha,

    I greatly appreciate your comments on my manuscript. I will incorporate your suggested changes and update the manuscript. Your suggestion of including more of such repeats (I plan ... Continue reading
  • Author Response 17 Sep 2013
    Sandeep Chakraborty, Department of Biological Sciences, Tata Institute of Fundamental Research, Mumbai, 400 005, India
    17 Sep 2013
    Author Response
    I am grateful for the encouraging comments on the work.

    ...author does not provide extensive comparison of HAT repeats in Saccharomyces species. ... it would be interesting to see how ... Continue reading

Comments on this article Comments (0)

Version 2
VERSION 2 PUBLISHED 25 Jun 2013
Comment
Alongside their report, reviewers assign a status to the article:
Approved - the paper is scientifically sound in its current form and only minor, if any, improvements are suggested
Approved with reservations - A number of small changes, sometimes more significant revisions are required to address specific details and improve the papers academic merit.
Not approved - fundamental flaws in the paper seriously undermine the findings and conclusions
Sign In
If you've forgotten your password, please enter your email address below and we'll send you instructions on how to reset your password.

The email address should be the one you originally registered with F1000.

Email address not valid, please try again

You registered with F1000 via Google, so we cannot reset your password.

To sign in, please click here.

If you still need help with your Google account password, please click here.

You registered with F1000 via Facebook, so we cannot reset your password.

To sign in, please click here.

If you still need help with your Facebook account password, please click here.

Code not correct, please try again
Email us for further assistance.
Server error, please try again.