MCPcopy Create free account
hub / github.com/BirolLab/RNA-Bloom / getFirstKmer

Method getFirstKmer

src/rnabloom/util/SeqUtils.java:1055–1057  ·  view source on GitHub ↗
(String seq, int k)

Source from the content-addressed store, hash-verified

1053 }
1054
1055 public static final String getFirstKmer(String seq, int k) {
1056 return seq.substring(0, k);
1057 }
1058
1059 public static final String getLastKmer(String seq, int k) {
1060 int seqLen = seq.length();

Callers 1

connectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected