bmansfeld / QTLseqr

QTLseqr is an R package for QTL mapping using NGS Bulk Segregant Analysis
65 stars 42 forks source link

how to define Chroms #66

Closed walleyResearch closed 9 months ago

walleyResearch commented 9 months ago

Hi Ben,

We made an annotated ref genome composed of thousands of contigs. The ref genome will be updated with HI-C and anchored to a linkage map once completed. In the meantime, I have up to 49K contigs some massive, some much smaller. We have carried out association analyses, and now sequenced the bulks from an F2 pop.

To define the chromList is it possible to define Chroms as 'use all'? Our aim is to filter the contigs once we have G-prime and QTL data.

Best wishes, Pete

bmansfeld commented 9 months ago

Hey Pete, You can keep chromList empty (default setting for that param is chromList = NULL) and then QTLseqr will import everything with out filtering. I will caution that plotting 49k contigs will be really challenging for R (and to actually be able to see and read) so you might want to manually filter based on contig size after or before import.

Good luck Ben

walleyResearch commented 9 months ago

Thanks Ben. I have tried that. BUT will definitely filter on contig size! Best wishes Pete