Learn R Programming

mycobacrvR (version 1.1)

algpred: Filter Allergic/Non Allergic proteins using output of Algpred

Description

algpred is a function to filter allergic and non allergic proteins of an organism using output of Algpred

Usage

algpred(data, organism, ginumber, prediction)

Arguments

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"

Value

A file of filtered proteins named "filtered_algpred.txt" using the given arguments.

Details

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

See Also

allermatch

Examples

Run this code
# NOT RUN {
algpred("Final_algpred.txt",organism="Mycobacterium avium 104")
# }

Run the code above in your browser using DataLab