String value naming an input fasta file. Single sequence or Multiple sequences in a single fasta file
ref_seq
String value naming an input fasta file. Single reference sequence is requried. If multiple sequences were passed only first sequence will be considered as reference.
sub_mat
Substitution matrix for the alignment.
align_type
type of alignment. One of "global", "local", "overlap", "global-local", and "local-global" where
"global" = align whole strings with end gap penalties,
"local" = align string fragments,
"overlap" = align whole strings without end gap penalties,
"global-local" = align whole strings in pattern with consecutive subsequence of subject,
"local-global" = align consecutive subsequence of pattern with whole strings in subject.
Default is "local"
Value
Methylation Matrix. Number of rows represents number of reads in sequence fasta file and number of columns represents number of CpG sites in reference fasta sequence. Only Cytosine of CpG site was observed in the table whether it is methylated or unmethylated.