allermatch | R Documentation |
allermatch
is a function to filter allergic and non allergic proteins of an organism using output of Allermatch
allermatch(data, organism, ginumber, prediction)
data |
A character string specifying filenamme containing tabular output from Allermatch |
organism |
A character vector specifying name of species present in organism.txt |
ginumber |
A numeric vector specifying ginumber of protein for a species for which allergic preperty is to be predicted |
prediction |
A character vector specifying "Allergen" or "Non Allergen" |
This function takes tabular output of Allermatch in data as input.Input data (Final_allermatch.txt) for this function is present in "/data_mycobacrvR/" directory, therefore set working directory to "~/data_mycobacrvR/" before using this function. allermatch() filters data using arguments organism, ginumber and prediction. Defalult value for ginumber is "ALL" and for prediction is "Non Allergen". Organism can be provided by selecting organisms from "organism.txt" file present in working directory
A file of filtered proteins named "filtered_allermatch.txt" using the given arguments.
Deepika Kulshreshtha
algpred
## Not run: allermatch("Final_allermatch.txt",organism="Mycobacterium avium 104")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.