Create a repertoire simulation prototype
This commit is contained in:
13
src/repertoire.r
Normal file
13
src/repertoire.r
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
library(immuneSIM)
|
||||||
|
|
||||||
|
sim_repertoire <- immuneSIM(
|
||||||
|
number_of_seqs = 1000,
|
||||||
|
species = "hs",
|
||||||
|
receptor = "tr",
|
||||||
|
chain = "b",
|
||||||
|
verbose = TRUE
|
||||||
|
)
|
||||||
|
|
||||||
|
save(sim_repertoire, file = "data/repertoire")
|
||||||
|
|
||||||
|
plot_report_repertoire(sim_repertoire, output_dir = "data/reports")
|
||||||
Reference in New Issue
Block a user