mirror of
https://github.com/johrpan/ubigen.git
synced 2025-10-27 12:17:24 +01:00
Reduce memory footprint during analysis
This commit is contained in:
parent
f59a71b16c
commit
2eec3285f9
4 changed files with 33 additions and 21 deletions
|
|
@ -7,7 +7,7 @@ library(here)
|
|||
|
||||
i_am("scripts/input.R")
|
||||
|
||||
data <- fread(here("scripts", "input", "data_long.csv.gz"))
|
||||
data <- fread(here("scripts", "input", "data_long.csv"))
|
||||
|
||||
data[, `:=`(
|
||||
expression_median = median(expression),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue