from typing import List
class Scientist:
def __init__(self, age: int, university: str, research: List[str]) -> None:
self.age: int = age
self.university: str = university
self.research: List[str] = research
Will = Scientist(
age = 22,
university = 'Rutgers University',
research = ['Computational biology', 'Gene regulation', 'Deep Learning']
)
Researcher @ Rutgers | Bioinformatics & Machine Learning
-
Rutgers University
- New Brunswick, New Jersey
-
00:46
(UTC -04:00) - https://www.linkedin.com/in/willdegroat/
Pinned Loading
-
drzeeshanahmed/IntelliGenes
drzeeshanahmed/IntelliGenes PublicIntelliGenes: AI/ML pipeline for predictive analyses using multi-genomic profiles.
-
KreimerLab/E-P-INAnalyzer
KreimerLab/E-P-INAnalyzer PublicE-P-INAnalyzer: Computational tool for reconstructing enhancer-promoter interaction networks
-
drzeeshanahmed/IntelliGenes-GUI
drzeeshanahmed/IntelliGenes-GUI PublicIntelliGenes: Interactive and user-friendly multimodal AI/ML application for biomarker discovery and predictive medicine
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.

