Description Usage Arguments Details Value Examples
View source: R/export_step2_results.R
this function allows to export the results generated from step2_wo_netmhcpan.
1 | export_step2_results(step2_RHF_results_Exp1, export_dir)
|
step2_RHF_results_Exp1 |
the results generated from running step2_wo_netMHCpan() |
export_dir |
the export directory where you would like to have the .csv file saved. |
Since netMHCpan is not compatible with Windows OS, the package offers an alternative by outputting the input for netMHCpan and as well the database results with their respective categorizations (cis, trans) established in step1.
exports a folder containing 2 files
the peptide list to be entered in a netMHCpan-ready format,(.csv)
the updated database search results which contain the categorizatiosn of the peptides found in common between the 2nd database search and the HybridFinder function (.csv file)
1 2 3 4 | ## Not run:
export_step2_results(results_step2_Human_Liver_AUTD17, folder_Human_Liver_AUTD17)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.