Pred5mc {GB5mcPred} | R Documentation |
Pred5mc
Description
Prediction of sequences with 5mc sites.
Usage
Pred5mc(Fastafile)
Arguments
Fastafile |
Sequence file (.fasta format) |
Value
MethStatus: Sequences with their methylation state (methylated or non-methylated)
References
Chen, W., Lv, H., Nie, F., & Lin, H. (2019). i6mA-Pred: identifying DNA N6-methyladenine sites in the rice genome. Bioinformatics, 35(16), 2796-2800.
Examples
library(GB5mcPred)
data<-system.file("exdata/test.fasta", package = "GB5mcPred")
pred<-Pred5mc(Fastafile=data)
[Package GB5mcPred version 0.1.0 Index]