CambridgeCentreForProteomics / camprotR

https://cambridgecentreforproteomics.github.io/camprotR/
MIT License
4 stars 0 forks source link

{ts} silac #7

Closed TomSmithCGAT closed 3 years ago

TomSmithCGAT commented 3 years ago

Adds functions to deal with PD output for SILAC experiments, including extracting information from PSM-level output.

Merging PSM and peptide-level outputs

SILAC incorporation rate estimation

'All-in-one' function for PD output to SILAC incorporation estimation

TomSmithCGAT commented 3 years ago

@csdaw - I've tested this out with a few SILAC incorporation rate tests. E.g from within this repo, the following command works on the command line.

Rscript -e 'camprotR::estimate_incorporation("./raw/SILAC_HandL_bothTags_PSMs.txt", "./raw/SILAC_HandL_bothTags_PeptideGroups.txt", "shared_files/cRAP_FullIdentifiers.fasta", mix=1, outdir="~/test")'

I'm going to test this out with Yagnesh as well now since he was interested in this functionality. If you could look over the above when you have time that would be great. Ultimately, some of this functionality may be better placed in the dedicated infsilac package but I'm happy for it to start off here.

codecov-commenter commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@d300ec6). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master       #7   +/-   ##
=========================================
  Coverage          ?   18.04%           
=========================================
  Files             ?       15           
  Lines             ?      593           
  Branches          ?        0           
=========================================
  Hits              ?      107           
  Misses            ?      486           
  Partials          ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d300ec6...059498c. Read the comment docs.