Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuSetty authored Sep 14, 2016
1 parent cbc3813 commit c9cfcac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# ChIPKernels

ChIPKernels is an R package for building different string kernels used for DNA Sequence analysis. A dictionary of the desired kernel must be built and this dictionary can be used for determining kernels for DNA Sequences. This package has been tested with R 3.2

The following representations are supported.
1. Mismatch/Dimismatch kernel: ```build.mismatch.dictionary```
2. Positional wildcard kernel: ```build.wildcard.dictionary```

After the dictionary is built, use the ```build.features.kernels``` function to determine the feature matrix and kernel for DNA Sequences.

0 comments on commit c9cfcac

Please sign in to comment.