Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • SIAMCAT SIAMCAT
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Zeller Group
  • SIAMCATSIAMCAT
  • Issues
  • #60

Closed
Open
Created Apr 05, 2018 by Konrad Zych@zychMaintainer26 of 27 tasks completed26/27 tasks

Use getter's and setter's for accessing slots in your class

  • use phyloseq accessors and assignment functions

rebuild SIAMCAT object

This need to be done, otherwise we need accessors for each slot in each slot...

  • change data_split -> list
  • change label -> list

change phyloseq slot name to physeq

In order to avoid mother of all name conflicts.

  • siamcat@phyloseq => siamcat@physeq
  • phyloseq<- => physeq<-
  • phyloseq() => physeq()

create assigment functions

  • phyloseq<-
  • label<-
  • model_list<-
  • eval_data<-
  • norm_param<-
  • data_split<-
  • pred_matrix<-
  • orig_feat<-

correct accessors

  • generic slot accessor
  • phyloseq()
  • otu_table()
  • label()
  • model_list()
  • eval_data()
  • norm_param()
  • data_split()
  • pred_matrix()
  • orig_feat()
  • remove old ones when replaced

eliminate @

  • correct accessors
  • use assigments in the returns of the functions

/cc @zych @jawirbel

Edited Apr 16, 2018 by Konrad Zych
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking