-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refining functions #2382
base: master
Are you sure you want to change the base?
Refining functions #2382
Conversation
a tutorial for entropic FBA and 2 functions that calculate gene expresion weight and mass weights on cr and cf
Move the tutorial to here: |
Hi Samira! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move tutorial to
https://github.com/opencobra/COBRA.tutorials/tree/master/analysis/entropicFBA
Annotate each function using this format
help printFunctionIO
list the inputs and outputs of a function
e.g., when a function takes a structure as inputs
It does not list outputs of nested functions, for that, see:
displayRequiredFunctions(fullFileName)
INPUTS:
functionName: name of the function to print io for
OPTIONAL INPUTS:
derivedInputNames: name of a variable derived from an input variable
or a cell array of variable names
printLevel: if >0 then print to terminal (default 1)
OUTPUTS:
inputs:
outputs:
NOTE:
Author(s):
No failed tests ✨ Github Test Reporter by CTRF 💚 |
Please include a short description of enhancement here
I hereby confirm that I have:
develop
as a target branch (top left drop-down menu)(Note: You may replace [ ] with [X] to check the box)