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
Thank you for the incredibly helpful package. I am encountering an issue while trying to display spatial admixture patterns in a dataset of 34 samples representing 3 populations. a few of which have the same coordinates, which shouldn't be a problem. 4 of the samples seem to have extra radii, splitting what should be a continuous slice of the same color into multiple ones. All rows of admixture proportions seem to appropriately sum to 1. Changing the alpha value reveals that some of these might be the samples that have additional samples in the same location, but that doesn't explain the extra slices, since with no transparency, the samples simply shouldn't be visible. The columns representing the admixture proportions are columns 2:4 (X3, X1, X2), while the long and lat coordinates are columns 5:6 (V2, V3).
Any idea what's happening? Code is below and I've attached the data and the resulting plot.
EDIT: just saw that this is addressed in #36 , so feel free to delete. I will add that upon playing with the data, I found this occurs in samples that have share only one of the same coordinates, not both, and rounding (in my case to the 100th decimal place) seems to help, though might be impractical in larger datasets where spatially overlapping samples might have meaningful and unique admixture patterns.
Hello,
Thank you for the incredibly helpful package. I am encountering an issue while trying to display spatial admixture patterns in a dataset of 34 samples representing 3 populations. a few of which have the same coordinates, which shouldn't be a problem. 4 of the samples seem to have extra radii, splitting what should be a continuous slice of the same color into multiple ones. All rows of admixture proportions seem to appropriately sum to 1. Changing the alpha value reveals that some of these might be the samples that have additional samples in the same location, but that doesn't explain the extra slices, since with no transparency, the samples simply shouldn't be visible. The columns representing the admixture proportions are columns 2:4 (X3, X1, X2), while the long and lat coordinates are columns 5:6 (V2, V3).
Any idea what's happening? Code is below and I've attached the data and the resulting plot.
EDIT: just saw that this is addressed in #36 , so feel free to delete. I will add that upon playing with the data, I found this occurs in samples that have share only one of the same coordinates, not both, and rounding (in my case to the 100th decimal place) seems to help, though might be impractical in larger datasets where spatially overlapping samples might have meaningful and unique admixture patterns.
df.csv
The text was updated successfully, but these errors were encountered: