Created
October 10, 2019 17:08
-
-
Save goraj/915391ffa1dbe09cc199a5f91a1c7c60 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ki_identifier = [ | |
"Adjusted Ki", | |
"Ki", | |
"ki", | |
"Ki app (inact)", | |
"Ki app", | |
"Ki(app)", | |
"Ki_app", | |
u"Ki’", | |
u"Ki”", | |
u"KI’", | |
u"K’i", | |
"Kiact", | |
"Ki high", | |
"Ki low", | |
"KiH", | |
"KiL", | |
"Kii", | |
"KII", | |
"Kic", | |
"Ki.c", | |
"Ki comp", | |
"Ki’ uncomp", | |
] | |
pKi_identifier = [ | |
"pKi(app)", | |
"pKi", | |
"-Log K0.5", | |
"Log Ki", | |
"logKi", | |
"-Log Ki", | |
"pKiH", | |
"pKiL", | |
] | |
IC50_identifier = [ | |
"IC50 app", | |
"IC50", | |
"IC50 max", | |
"I50", | |
"Mean IC50", | |
"IC50H", | |
"IC50L", | |
] | |
pIC50_identifier = [ | |
"pIC50", | |
"pIC50(app)", | |
"-Log I50", | |
"logIC50", | |
"log IC50", | |
"Log IC50", | |
"-Log IC50", | |
"pI50", | |
"pIC50(calc)", | |
] | |
nM_identifier = ["nm", "nM"] | |
uM_identifier = ["uM", "/uM", "um"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment