algpred | R Documentation |
algpred
is a function to filter allergic and non allergic proteins of an organism using output of Algpred
algpred(data, organism, ginumber, prediction)
data |
A character string specifying filenamme containing tabular output from Algpred |
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 Algpred in data as input.Input data (Final_algpred.txt) for this function is present in "/data_mycobacrvR/" directory, therefore set working directory to "~/data_mycobacrvR/" before using this function. algpred() 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_algpred.txt" using the given arguments.
Deepika Kulshreshtha
allermatch
## Not run: algpred("Final_algpred.txt",organism="Mycobacterium avium 104")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.