Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Within patient sampling site (Intra-individual) comparison #240
Comments
jarioksa
added the
help-request
label
Jun 26, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nelly87 commentedJun 26, 2017
Hi
I have 100 samples (50 patients each with 2 samples), and sample data variables "sampleID" which is unique, "patientID" which is duplicated (because each patient was sampled at 2 sites, A & B) and "sample_site" variable which is either A or B.
I would like to carry out a within patient comparison (intra-individual) of the different sample collection sites. Specifically, since each patient was sampled at two sites, A & B for instance, and I would like to check if these two sites differ within the same patient.
Could you kindly advice me on the how (code wise) I can perform this analysis in vegan?
Any ideas to visualise these differences/similarities at individual level?
Thanks in advance,
Nelly