Description Usage Arguments Details Value Author(s) References See Also Examples
This function resulted in similar output as that of seq_funbarRF
function. The only difference is in input sequences.
To execute this function, the user has to collect the barcode sequences manually from the BOLD database and the same has to be supplied as input to this function.
1 | seq_funbarRF_manual (manual_seq)
|
manual_seq |
Barcode sequences manually collected from the BOLD database. |
This function is a supplemnt to the seq_funbarRF
function for mapping the manually collected barcode sequences from BOLD database into numeric feature vectors based on gap-pair compositional features.
ref_label |
Species labels of barcode sequences as factor. |
ref_gpc |
A matrix of dimension N*96, where N is the number of sequences and 96 columns represent the gap pair composition features for 0, 1, 2, 3, 4 and 5 gaps together. |
Prabina Kumar Meher, Division of Statistical Genetics,Indian Agricultural Statistics Research Institute, New Delhi-110012, INDIA
Yu C.S., Chen Y.C., Lu C.H., and Hwang J.K. (2006). Prediction of protein subcellular localization. Proteins, 64(3), 643-651.
Meher P.K., Sahu T.K., Gahoi S., and Rao A.R. (2018). ir-HSP: Improved recognition of heat shock proteins, their families and sub-types based on g-spaced di-peptide features and support vector machine. Front. Genet., 8, 235.
Li H. (2016). BioSeqClass: Classification for biological Sequences. R package version 1.32.0.
seq_funbarRF
, data_barcode
, featureGapPairComposition
1 2 3 4 5 6 7 8 9 | data (data_barcode)
tr_ss <- seq_funbarRF_manual (manual_seq=data_barcode$Fish$train[1:2])
print (tr_ss$ref_label)
head (tr_ss$ref_gpc)
######################################
ts_ss <- seq_funbarRF_manual (manual_seq=data_barcode$Inga$test[1:2])
print (tr_ss$ref_label)
head (tr_ss$ref_gpc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.