Skip to content

readQTess3() Returns Only First K Replicate #95

@georgeomics

Description

@georgeomics

When attempting to use the readQTess3() function, I am only receiving a qlist with data from the 1st replicate run for my data. My tess3.obj file, however, has data for all 10 reps. Below shows the code that generates that object:

tess3.obj <- tess3(X=data,
                   coord=as.matrix(coo),
                   K=1:10, 
                   rep=10,
                   max.iteration=500000, 
                   method="projected.ls", 
                   ploidy=2, 
                   openMP.core.num=16, 
                   keep="all") # which result to keep for each value of k.

However, the tlistK object generated with the following has data equal to only the first run in the tess3.obj for each K (instead of 10 runs for each K).

tlist <- readQTess3(t3list = tess3.obj, progressbar = FALSE)

I have used the readQ function with STRUCTURE files which worked successfully and gave me a qlist with 10 runs for each K, so I was surprised by the readQTess3 output. Any help is greatly appreciated!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions