You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the MEME version we use doesn't genertare the w= and nsites= so
mportMatrix(..., format="meme") Error in (mat.fr + 1):(mat.fr + as.numeric(w)) : NA/NaN argument In addition: Warning message: In FUN(X[[i]], ...) : NAs introduced by coercion
does not work. Per the MEME standard, the length could be can be derived from the matrix if they are not specified, provided there is an empty line following the letter probability matrix [https://meme-suite.org/meme/meme_5.5.4/doc/meme-format.html]
and the nsites default to 20 if not specified....
Is this voluntary that your implementation needs w= and nsites= to work ?
Thank you for reporting this. This should be fixed in the development version. Let me know if it does not work for you.
To indstall the development version: BiocManager::install('jianhong/motifStack')
Hello,
the MEME version we use doesn't genertare the w= and nsites= so
mportMatrix(..., format="meme") Error in (mat.fr + 1):(mat.fr + as.numeric(w)) : NA/NaN argument In addition: Warning message: In FUN(X[[i]], ...) : NAs introduced by coercion
does not work. Per the MEME standard, the length could be
can be derived from the matrix if they are not specified, provided there is an empty line following the letter probability matrix
[https://meme-suite.org/meme/meme_5.5.4/doc/meme-format.html]and the nsites default to 20 if not specified....
Is this voluntary that your implementation needs w= and nsites= to work ?
What we have as data:
The text was updated successfully, but these errors were encountered: