as.seq_graph {bioseq.patterns} | R Documentation |
as.seq_graph(fasta,
mol.type = DNA,
parallel = FALSE);
the sequence graph embedding vector data is generates from different method
based on the `mol_type` data:
+ SeqTypes.DNA: @M:SMRUCC.genomics.Model.MotifGraph.Builder.DNAGraph(SMRUCC.genomics.SequenceModel.FASTA.FastaSeq)
+ SeqTypes.Protein: @M:SMRUCC.genomics.Model.MotifGraph.Builder.PolypeptideGraph(SMRUCC.genomics.SequenceModel.FASTA.FastaSeq)
+ SeqTypes.RNA: @M:SMRUCC.genomics.Model.MotifGraph.Builder.RNAGraph(SMRUCC.genomics.SequenceModel.FASTA.FastaSeq)