Skip to content

Commit 4d65006

Browse files
committed
update readme
1 parent 5d6b0f5 commit 4d65006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Coverage](https://codecov.io/gh/kchu25/FastaLoader.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/kchu25/FastaLoader.jl)
77

88

9-
This is a package that provides a subroutine that loads the DNA sequences in the specified fasta file. The DNA sequences are then transformed into some other useful information, e.g. one-hot/WYK encoded vectors, shuffled sequences, Markov background estimates, K-fold cross-validations, etc. for downstream machine learning tasks. As of now, the subroutine requires all sequences in the fasta file must be the same length, and strings must be defined on DNA alphabets `{A,C,G,T}`.
9+
This is a package that provides subroutines that loads the DNA sequences in the specified fasta file. The DNA sequences are then transformed into some other useful information, e.g. one-hot/WYK encoded vectors, shuffled sequences, Markov background estimates, partitioned datasets for K-fold cross-validations, etc. for downstream machine learning tasks. As of now, we require all sequences in the fasta file to be the same length, and strings must be defined on DNA alphabets `{A,C,G,T}`.
1010

1111
# Usage
1212

0 commit comments

Comments
 (0)