Add a SummarySet to a DataSet
Arguments
- summary_sets
one or more gwasglue2 Summarysets objects to add to an existent DataSet object. If more than one it should be a list
- dataset
The gwasglue2 DataSet object to add to
- harmonise
logical (default TRUE). It harmonises the summary sets in the DataSet against each other.
- tolerance
Inherited from harmoniseData() (default 0.08)
- action
Inherited from harmoniseData() (Default 1)
action = 1
: Assume all alleles are coded on the forward strand, i.e. do not attempt to flip allelesaction = 2
: Try to infer positive strand alleles, using allele frequencies for palindromes (default, conservative);action = 3
: Correct strand for non-palindromic SNPs, and drop all palindromic SNPs from the analysis (more conservative).