convertDSCToDense | R Documentation |
Helper function that converts an LD from sparse DSC to Dense format, in a given number of parts (to overcome RAM limitations)
convertDSCToDense(pop1LDmatrix, numparts = 3)
pop1LDmatrix |
LD reference matrix in RDS (dsCMatrix) format for target population |
numparts |
(optional) how many parts should be used for converting the matrix, if memory becomes an issue use higher numbers |
returns a dense LD matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.