can't use encodeKMerSeq function from DNAshapeR
1
1
Entering edit mode
@guoxiaoyun99-8158
Last seen 7.2 years ago

I was trying to use the encodeKMerSeq function from DNAshapeR package, but was complained that there is no such function in the package. But the documentation about this function is included in the help session. Here is what it looks like

 

> test <- "AGCTAGCTA"
> test <- DNAStringSet(test)
> test
  A DNAStringSet instance of length 1
    width seq
[1]     9 AGCTAGCTA
> library(DNAshapeR)
> kmer <- encodeKMerSeq(3,test)
Error: could not find function "encodeKMerSeq"
> ??encodeKMerSeq

And the documentation about this function popped up.

What did I do wrong?

DNAshapeR • 839 views
ADD COMMENT
1
Entering edit mode
tsupeich ▴ 30
@tsupeich-9468
Last seen 6.7 years ago

We have this function written but didn't export it. We will release a new version with this function available in these days. Thanks so much!

ADD COMMENT

Login before adding your answer.

Traffic: 454 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6