# Meet Luiz
class Luiz:
def __init__(self):
self.name = "Luiz Felipe Piochi"
self.title = "Deep Learning and Bioinformatics Specialist, PhD Student in Computer Science @ Inria"
def introduction(self):
return f"π Hi, I'm {self.name}, a {self.title}. My goal is to uncover the hidden stories in data."
def what_i_do(self):
return ("π¬ I work with deep learning and develop bioinformatics tools to solve biological puzzles, "
"such as predicting how cancer drugs will work and understanding bee metagenomics.")
def how_to_reach_me(self):
return "π Let's connect! You can find me on LinkedIn, ResearchGate, or send me an email!"
# Say hello!
luiz = Luiz()
print(luiz.introduction())
print(luiz.what_i_do())
print(luiz.visit_my_site())
print(luiz.how_to_reach_me())
Highlights
- Pro
Pinned Loading
-
gorgon_smk
gorgon_smk PublicThis repository contains a Snakemake pipeline for comprehensive microbial analysis, including preprocessing, quantification, and reporting. The pipeline supports handling large datasets with tools β¦
Python
-
-
QWERTYQueens
QWERTYQueens PublicVery simple speed typing game I made to practice Python and celebrate the recent International Day of Women and Girls in Science.
Python
-
MoreiraLAB/delfos
MoreiraLAB/delfos PublicPipeline for Drug Response Prediction of Cancer Cell lines with DELFOS
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.