Class RepeatScan
java.lang.Object
ubic.gemma.core.analysis.sequence.RepeatScan
Scan sequences for repeats using RepeatMasker.
- Author:
- pavlidis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprocessRepeatMaskerOutput
(Collection<BioSequence> sequences, Path outputSequencePath) repeatScan
(Collection<BioSequence> sequences) Run RepeatMasker on the sequences.
-
Constructor Details
-
RepeatScan
-
-
Method Details
-
processRepeatMaskerOutput
public Collection<BioSequence> processRepeatMaskerOutput(Collection<BioSequence> sequences, Path outputSequencePath) - Parameters:
sequences
- sequencesoutputSequencePath
- in FASTA format- Returns:
- Sequences which were updated.
-
repeatScan
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.
-