stephenslab / susieR

R package for "sum of single effects" regression.
https://stephenslab.github.io/susieR
Other
176 stars 45 forks source link

Change t(B) #43

Closed zouyuxin closed 5 years ago

zouyuxin commented 5 years ago

Replace t(B). @pcarbo is this change necessary to make the code faster and use less memory?

pcarbo commented 5 years ago

@zouyuxin Yes, that is an improvement. We can probably do better, but that is good for now. Just please add parentheses to make clear the order of operations.