View source: R/calculateTrypticity.R
calculateTrypticity | R Documentation |
Takes as as input LiP data and a fasta file. These can be the outputs of MSstatsLiP functions.
calculateTrypticity(LiP_data, fasta_file)
LiP_data |
name of variable containing LiP data. Must contain at least two columns named 'PeptideSequence' and 'ProteinName'. The values in these column must match with what is in the corresponding FASTA file. |
fasta_file |
name of variable containing FASTA data. If FASTA file has not been processed please run the tidyFasta() function on it before inputting into this function. |
a data.frame
including protein, peptide, and trypticity metrics.
fasta <- tidyFasta(system.file("extdata", "ExampleFastaFile.fasta", package="MSstatsLiP"))
calculateTrypticity(MSstatsLiP_data$LiP, fasta)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.