Description Usage Arguments Examples
A Prepare mgf function This function recieves a path to the .mgf file and returnes an MGF data.table object. Mgf is parsed using Parse_mgf and nise_estimation functions, and prepared to clustering.
1 | Prepare_MGF(path, mode = "centroid")
|
path |
A path to the .mgf file |
mode |
A mode of mgf preparation. Can be PP for Protein PIlot type of mgf, and centroid for the centroid mgf type. Defaults to centroid. |
1 | mgf1<-Prepare_MGF('c:/docs/mgf1.mgf')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.