|
a |
|
b/man/convertDSCToDense.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/shaPRS.R |
|
|
3 |
\name{convertDSCToDense} |
|
|
4 |
\alias{convertDSCToDense} |
|
|
5 |
\title{Convert DSC to Dense matrix} |
|
|
6 |
\usage{ |
|
|
7 |
convertDSCToDense(pop1LDmatrix, numparts = 3) |
|
|
8 |
} |
|
|
9 |
\arguments{ |
|
|
10 |
\item{pop1LDmatrix}{LD reference matrix in RDS (dsCMatrix) format for target population} |
|
|
11 |
|
|
|
12 |
\item{numparts}{(optional) how many parts should be used for converting the matrix, if memory becomes an issue use higher numbers} |
|
|
13 |
} |
|
|
14 |
\value{ |
|
|
15 |
returns a dense LD matrix |
|
|
16 |
} |
|
|
17 |
\description{ |
|
|
18 |
Helper function that converts an LD from sparse DSC to Dense format, in a given number of parts (to overcome RAM limitations) |
|
|
19 |
} |