Learn R Programming

GB5mcPred (version 0.1.0)

Pred5mc: Pred5mc

Description

Prediction of sequences with 5mc sites.

Usage

Pred5mc(Fastafile)

Value

MethStatus: Sequences with their methylation state (methylated or non-methylated)

Arguments

Fastafile

Sequence file (.fasta format)

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

Run this code
# \donttest{
library(GB5mcPred)
data<-system.file("exdata/test.fasta", package = "GB5mcPred")
pred<-Pred5mc(Fastafile=data)
# }

Run the code above in your browser using DataLab