Skip to content
View WillDeGroat's full-sized avatar

Block or report WillDeGroat

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
WillDeGroat/README.md
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']
)

Pinned Loading

  1. drzeeshanahmed/IntelliGenes drzeeshanahmed/IntelliGenes Public

    IntelliGenes: AI/ML pipeline for predictive analyses using multi-genomic profiles.

    Python 18 7

  2. KreimerLab/E-P-INAnalyzer KreimerLab/E-P-INAnalyzer Public

    E-P-INAnalyzer: Computational tool for reconstructing enhancer-promoter interaction networks

    Jupyter Notebook 3 1

  3. drzeeshanahmed/IntelliGenes-GUI drzeeshanahmed/IntelliGenes-GUI Public

    IntelliGenes: Interactive and user-friendly multimodal AI/ML application for biomarker discovery and predictive medicine

    Python 3 2