class Sofia(Bioinformatician):
def __init__(self):
self.pronouns = ["Ella", "She", "Her"]
self.programming_languages = [
"Python",
"R",
"C++",
"C#",
"SQL",
"PHP",
"HTML",
"Perl"
]
self.languages = [
"Spanish",
"English"
]
self.interest = [
"AI",
"RNA-seq",
"Statistics"
]
self.education = {
2024: {
"Universidad Nacional Autónoma de México (UNAM)": "BSc. Genomic Sciences"
}
}
self.contact = {
"E-mail": "sogusama02@gmail.com",
"X": "ssalazar_02"
}
def __repr__(self):
return "Welcome to my GitHub profile! Check out my page for more information :D"
me = Sofia()
print(me)
Genomic scientist, interested in bioinformatics, AI, & RNA-seq analysis.
- Chicago IL
- https://sophsm.github.io/
Pinned Loading
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.