Class RepeatScan


  • public class RepeatScan
    extends Object
    Scan sequences for repeats
    Author:
    pavlidis
    • Constructor Detail

      • RepeatScan

        public RepeatScan()
    • Method Detail

      • processRepeatMaskerOutput

        public Collection<BioSequence> processRepeatMaskerOutput​(Collection<BioSequence> sequences,
                                                                 String outputSequencePath)
        Parameters:
        sequences - sequences
        outputSequencePath - in FASTA format
        Returns:
        Sequences which were updated.
      • repeatScan

        public Collection<BioSequence> repeatScan​(Collection<BioSequence> sequences)
        Run repeatmasker on the sequences. The sequence will be updated with the masked (lower-case) sequences and the fraction of masked bases will be filled in.
        Parameters:
        sequences - sequences
        Returns:
        sequences that had repeats.