Open seqyuan opened 2 years ago
when I changed starfish_link.r line 152
from
svtra <- plyr::ddply(svtra, .(chr), transform, n = length(chr))
to
svtra <- plyr::ddply(svtra, "chr", transform, n = length(chr))
when I changed starfish_link.r
line 152
fromsvtra <- plyr::ddply(svtra, .(chr), transform, n = length(chr))
tosvtra <- plyr::ddply(svtra, "chr", transform, n = length(chr))
Hi seqyuan,
Please check the tutorial and make sure you have loaded all the required packages. Specifically, you need plyr (1.8.6) to use the function. Please let me know if you still get the problem after that.
Lisui
example_sv was used to test Starfish, Here is my test command:
starfish_link_out = starfish_link(example_sv, prefix = "example")
I got the following error: