Learn R Programming

MethTargetedNGS (version 1.4.0)

bconv: Convert non-bisulfite sequences to bisulfite sequences.

Description

Bisulfite sequences are the bisulfite treated DNA sequences where all cytosines except cytosine from CpG sites are converted to thymie. This technique is used to determine pattern of methylation. This function convert all cytosine except cytosines from CpG sites to thymine.

Usage

bconv(fasta_file, out_file = "output.fasta")

Arguments

fasta_file
: Input fasta file for conversion
out_file
: String value naming an output file. Default is output.fasta

Value

Fasta File

Examples

Run this code
input =  system.file("extdata", "bisulfite.fasta", package = "MethTargetedNGS")
bconv(fasta_file = input, out_file = "output.fasta")

Run the code above in your browser using DataLab