green-striped-gecko / dartR

Importing and Analysing DArT type snp and silicodart data
GNU General Public License v3.0
30 stars 20 forks source link

Multitest correction in HWE filter? #648

Closed DaniEstevezBarcia closed 11 months ago

DaniEstevezBarcia commented 11 months ago

Hello,

Congrats for a very fun and nice package. I wanted to check out how well the package can filter out loci out of HWE, I wanted to ask if you had incorporated any multitest correction in the analyses.

Thank you

biomatix commented 11 months ago

Hi Daniel,

If you mean is there an option for correcting for multiple comparisons, then yes.

mult.comp.adj

Whether to adjust p-values for multiple comparisons [default FALSE]. mult.comp.adj.method

Method to adjust p-values for multiple comparisons: 'holm', 'hochberg', 'hommel', 'bonferroni', 'BH', 'BY', 'fdr' (see details) [default 'fdr'].

Refer to ?gl.filter.hwe

Arthur

On Thu, 5 Oct 2023 at 00:25, Daniel Estévez-Barcia @.***> wrote:

Hello,

Congrats for a very fun and nice package. I wanted to check out how well the package can filter out loci out of HWE, I wanted to ask if you had incorporated any multitest correction in the analyses.

Thank you

— Reply to this email directly, view it on GitHub https://github.com/green-striped-gecko/dartR/issues/648, or unsubscribe https://github.com/notifications/unsubscribe-auth/AETR3L4ABL73XHKBJQQBKA3X5VISHAVCNFSM6AAAAAA5SUDOWOVHI2DSMVQWIX3LMV43ASLTON2WKOZRHEZDMMRRGQ2DENA . You are receiving this because you are subscribed to this thread.Message ID: @.***> [image: UC Logo] http://www.canberra.edu.au

[image: Don't Miss UC Open Day, Sat 16 Sept] https://www.canberra.edu.au/

The Ngunnawal people are the Traditional Custodians of the ACT where UC's Bruce Campus is situated and are an integral and celebrated part of UC's culture. We also acknowledge other First Nations Peoples.

Australian Government Higher Education Registered Provider (CRICOS)

00212K. TEQSA Provider ID: PRV12003 (Australian University)

Email Disclaimer https://www.canberra.edu.au/about-uc/disclaimer-copyright-privacy-accessibility [image: UC Facebook] https://www.facebook.com/UniversityOfCanberra [image: UC Twitter] https://twitter.com/UniCanberra [image: UC Instagram] https://www.instagram.com/unicanberra/ [image: UC Linkedin] https://au.linkedin.com/school/university-of-canberra/ [image: UC Youtube] https://www.youtube.com/user/uniofcanberra [image: University of Canberra] http://www.canberra.edu.au

DaniEstevezBarcia commented 11 months ago

Thanks Arthur