Skip to content

Commit

Permalink
graphs for 2 toxo quantProt datasets -refs #51916 #51903
Browse files Browse the repository at this point in the history
  • Loading branch information
Bindu Gajria committed Apr 11, 2024
1 parent 885b42a commit c121d8f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions View/lib/perl/GraphPackage/Templates/Proteomics/LogRatio.pm
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,31 @@ sub finalProfileAdjustments {
1;


# toxo - tgonME49_quantitativeMassSpec_Hanggeli_SAG1_iTop3_RSRC
package ApiCommonWebsite::View::GraphPackage::Templates::Proteomics::LogRatio::DS_bf624abaf0;

sub finalProfileAdjustments {
my ($self, $profile) = @_;

# my $legend = ['C18_v_WT_iTop3','C33_v_WT_iTop3','C30_v_WT_iTop3','C6_v_WT_iTop3','C30_v_C18_iTop3','C6_v_C18_iTop3','C30_v_C33_iTop3','C6_v_C33_iTop3','C33_v_C18_iTop3,''C6_v_30_iTop3'];
my $colors = ['gray', 'gray', 'gray','gray', 'gray', 'gray','gray', 'gray', 'gray','gray',];
# $profile->setLegendLabels($legend);
$profile->setColors($colors);
}
1;

# toxo - tgonME49_quantitativeMassSpec_Hanggeli_4Clones_iTop3_RSRC
package ApiCommonWebsite::View::GraphPackage::Templates::Proteomics::LogRatio::DS_9ee5f5fb72;

sub finalProfileAdjustments {
my ($self, $profile) = @_;

# my $legend = ['C18_v_WT_iLFQ','C33_v_WT_iLFQ','C30_v_WT_iLFQ','C6_v_WT_iLFQ','C30_v_C18_iLFQ','C6_v_C18_iLFQ','C30_v_C33_iLFQ','C6_v_C33_iLFQ','C33_v_C18_iLFQ','C6_v_C30_iLFQ'];
my $colors = ['gray', 'gray', 'gray','gray', 'gray', 'gray','gray', 'gray', 'gray','gray',];
# $profile->setLegendLabels($legend);
$profile->setColors($colors);
}
1;



Expand Down

0 comments on commit c121d8f

Please sign in to comment.