Hello,
I've been trying to use ggrasp to deal with a 10k NJ tree with no success.
Can I access all command line options through R console (or Rstudio) or only in terminal?
I tried to create a .rank file assigning 1 to all Ids present in my tree. Looks like this (tree.ranks):
"000018085 1
000163595 1
000176835 1
000186485 1"
tree.file <- system.file("extdata", "outtree.tree", package = "ggrasp")
summary(tree.file)
Length Class Mode
1 character character
rank.file.in <- system.file("extdata", "tree.ranks", package = "ggrasp")
Enter.tree.in <- ggrasp.load(tree.file, file.format = "tree", rank.file = rank.file.in)
complete
Error in names(rank.lst) <- rank.list$V1 :
attempt to set an attribute on NULL
No object is created. I also tried using the downloader script (LOCUST) but I already have the tree and the typer.pl code issued several warnings and failed.
Best,
Hello,
I've been trying to use ggrasp to deal with a 10k NJ tree with no success.
Can I access all command line options through R console (or Rstudio) or only in terminal?
I tried to create a .rank file assigning 1 to all Ids present in my tree. Looks like this (tree.ranks):
"000018085 1
000163595 1
000176835 1
000186485 1"
No object is created. I also tried using the downloader script (LOCUST) but I already have the tree and the typer.pl code issued several warnings and failed.
Best,