-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'ind' and 'k' attributes lost while merging (mergeQ) #59
Labels
enhancement
Additional functionality
Comments
konopinski
changed the title
Loses 'ind' and 'k' attributes while merging (mergeQ)
ind' and 'k' attributes lost while merging (mergeQ)
Apr 24, 2020
konopinski
changed the title
ind' and 'k' attributes lost while merging (mergeQ)
'ind' and 'k' attributes lost while merging (mergeQ)
Apr 24, 2020
Hi, |
The pipeline is as follows:
Does this help? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I love the package so much I made a small pipeline to automatically analyse Structure runs. While plotting I had a small issue with fonts ("font family was not found in Windows database" or so) but solved it with extrafonts package (font_import(), loadfonts()) but this is just to let you and others know as this is more general issue with graphs in R.
My issue is like in title. In the pipeline I wrote the sequence is:
readQ(file, indlabfromfile = TRUE)
alignK()
mergeQ()
The first two commands retain "ind" and "k" attributes but after 'mergeQ' the attributes disappear, which is reported as warning message while plotting (plotQ). It's not a big deal but warnings are disturbing for users and I just wanted to let you know.
Anyway it is possible to add the attributes manually but it's a bit tricky (I cannot find a way to use lapply for that purpose)
MK
The text was updated successfully, but these errors were encountered: