Description Usage Arguments Value Examples
Function to perform an matching of isoform ambiguity between two datasets, ie when only another isoform of the protein in one dataset is found in the reference dataset, this isoform is changed to be same as the one present in reference dataset
1 | ms_isoform_match(data, refdata)
|
data |
dataset to be matched to reference dataset to relieve the problem of isoform ambiguity |
refdata |
dataset used as the check reference, typically the IMPRINTS dataset |
a dataframe
1 2 3 4 | ## Not run:
data_meltcurve1 <- ms_isoform_match(data_meltcurve, data_IMPRINTS)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.