ReportSTRING {InflectSSP} | R Documentation |
This function generates a STRING based network using the significant melt shifts from analysis
Description
This function generates a STRING based network using the significant melt shifts from analysis
Usage
ReportSTRING(Data_Melts, STRINGScore, Directory, Species, PValMeltFDR)
Arguments
Data_Melts |
abundance and fit data for proteins that meet quality criteria in overall workflow |
STRINGScore |
the STRING score that is used to determine whether an interaction is significant |
Directory |
directory where results are saved |
Species |
species taxon number for bioinformatics search |
PValMeltFDR |
Whether or not the FDR correction for pvalue is used in designation of melts of interest |
Value
Excel files with summary of data along with melt curve plots for significant proteins
Examples
## Not run:
ReportSTRING(Data_Melts,STRINGScore,Directory,Species,PValMeltFDR)
## End(Not run)
[Package InflectSSP version 1.6 Index]