You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Find out if colData(qDF) and rowData(qDF) can be implemented to store peptide Start and End residue numbers, instead of qDF@metadata. Assing: @broncio123
Replace some methods with more robust versions of them, e.g., seq_len(5) instead of 1:5. Assign: @ococrook (@broncio123 can do too, but not very familiar with what methods need replacement)
Loose ends (bugs and potential enhancements)
Find out why Manhattan plots fail for Case Study No. 3
hdxstats/vignettes/tutorial-streamline.Rmd
Lines 369 to 372 in db12beb
. Assign: @broncio123
Find out if
colData(qDF)androwData(qDF)can be implemented to store peptideStartandEndresidue numbers, instead ofqDF@metadata. Assing: @broncio123Replace some methods with more robust versions of them, e.g.,
seq_len(5)instead of1:5. Assign: @ococrook (@broncio123 can do too, but not very familiar with what methods need replacement)Replace the use of slots with Accessors, as suggested in Bioconductor guidelines. Assign: @broncio123 #40
Unit tests. Assign: @ococrook
Use
rlogfunctions inapp_v2module to handle logs more graciously and direct log history to file. Check this. Assing: @broncio123Replace use of print with
rlogfunctions for baselinehdxstatsmodules. Assign: @ococrook #41Add examples of use in docstrings of streamline backend functions. Assign: @broncio123
Find out why colouring is inconsistent between Protection/Deprotection heatmap and PDB viewer. Assign: @broncio123
Specify parent module for those methods with identical names in other modules. Assign: @broncio123