Update: code cleaned up
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Sat May 8 16:20:11 2021
|
||||
Script to simulate all KCNA1 mutations in Cb Stellate model
|
||||
|
||||
@author: nils
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
|
||||
import numpy as np
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Fri Jun 18 10:47:40 2021
|
||||
Script to simulate all KCNA1 mutations in Cb Stellate \Delta Kv1.1 model
|
||||
|
||||
@author: nils
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
|
||||
|
||||
|
||||
@@ -1,10 +1,13 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Sat May 8 16:20:11 2021
|
||||
Script to simulate all KCNA1 mutations in Cb Stellate +Kv1.1 model
|
||||
|
||||
@author: nils
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
|
||||
|
||||
import numpy as np
|
||||
from joblib import Parallel, delayed
|
||||
import json
|
||||
|
||||
@@ -1,10 +1,13 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Sat May 29 21:10:20 2021
|
||||
Script to simulate all KCNA1 mutations in FS +Kv1.1 model
|
||||
|
||||
@author: nils
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
|
||||
|
||||
import numpy as np
|
||||
import os
|
||||
import json
|
||||
|
||||
@@ -1,10 +1,13 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Sat May 29 21:10:48 2021
|
||||
Script to simulate all KCNA1 mutations in RS Inhibitory +Kv1.1 model
|
||||
|
||||
@author: nils
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
|
||||
|
||||
import numpy as np
|
||||
from joblib import Parallel, delayed
|
||||
import os
|
||||
|
||||
@@ -1,10 +1,13 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Sat May 8 16:20:11 2021
|
||||
Script to simulate all KCNA1 mutations in RS Pyramidal +Kv1.1 model
|
||||
|
||||
@author: nils
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
|
||||
|
||||
import numpy as np
|
||||
import os
|
||||
import json
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Sat May 8 16:20:11 2021
|
||||
Script to simulate all KCNA1 mutations in STN model
|
||||
|
||||
@author: nils
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
|
||||
import numpy as np
|
||||
from joblib import Parallel, delayed
|
||||
import json
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Fri Jun 18 10:53:45 2021
|
||||
Script to simulate all KCNA1 mutations in STN \Delta Kv1.1 model
|
||||
|
||||
@author: nils
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
|
||||
import numpy as np
|
||||
from joblib import Parallel, delayed
|
||||
import json
|
||||
|
||||
@@ -1,9 +1,12 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Created on Sat May 8 16:20:11 2021
|
||||
Script to simulate all KCNA1 mutations in STN +Kv1.1 model
|
||||
|
||||
@author: nils
|
||||
__author__ = Nils A. Koch
|
||||
__copyright__ = Copyright 2022, Nils A. Koch
|
||||
__license__ = MIT
|
||||
"""
|
||||
|
||||
import numpy as np
|
||||
from joblib import Parallel, delayed
|
||||
import json
|
||||
|
||||
Reference in New Issue
Block a user