Skip to content

Commit

Permalink
Reviewed (Mar 6, 2023)
Browse files Browse the repository at this point in the history
  • Loading branch information
guangchenlia committed Mar 6, 2023
1 parent d676267 commit 03f0ad9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
Binary file modified Figures/Figures.pptx
Binary file not shown.
Binary file modified Figures/GlycanFigures/Predicted Mgat2_St3gal4_St3gal6.tif
Binary file not shown.
14 changes: 12 additions & 2 deletions Main Functions/ConstructTPM.m
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,18 @@

AllrxnList_Br(k) = loc;

% a reactant site is called "shielded" if the addition site is on a
% branch where the neighboring branches are longer than the branch where the addition site is on.
% … "Shielded-ness" is not considered in the current version of the pipeline.
% The resulted variable AllrxnList_steric is not used in the current version of the toolkit.
%Briefly, the “shielded-ness” of a branch is a simple attempt to describe the accessibility of an N-glycan
%branch, whose neighboring branches may exert varied steric effects to glycosyltransferases based on their
%lengths. However, its usefulness as a model parameter remains unclear, and as a such, it has been excluded
%from the current version of the toolkit.
%We would like to emphasize that our previous publication (Liang et al., 2020) has demonstrated the
%accuracy of our methodology for fitting and predicting glycosylation patterns, even without the inclusion
%of "shielded-ness" as a parameter.
%– Liang, et al. A Markov model of glycosylation elucidates isozyme specificity and
% glycosyltransferase interactions for glycoengineering. Curr Res Biotechnol. 2020:22-36.

neighborIdx = intersect(1:4,[loc-1 loc+1]);
shieldflag = false(1,length(neighborIdx));
addbranchLen = length(strfind(Rctbranches{loc},'a')) + length(strfind(Rctbranches{loc},'b'));
Expand Down
1 change: 1 addition & 0 deletions Main Functions/PlotModelFluxes.m
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@
hold off

hold off
close gcf;

% Record data
Subnetwork.G_trimmed = G_sub;
Expand Down
Binary file modified Step0_Data_Preprocessing.pptx
Binary file not shown.

0 comments on commit 03f0ad9

Please sign in to comment.