Class: Mspire::Quant::Qspec::Results

Inherits:
Struct
  • Object
show all
Defined in:
lib/mspire/quant/qspec.rb

Overview

for version 1.2.2 of QProt counts array is parallel to the experiment names passed in originally

Instance Attribute Summary collapse

Instance Attribute Details

#counts_arrayObject

Returns the value of attribute counts_array

Returns:

  • (Object)

    the current value of counts_array



150
151
152
# File 'lib/mspire/quant/qspec.rb', line 150

def counts_array
  @counts_array
end

#fdrObject

Returns the value of attribute fdr

Returns:

  • (Object)

    the current value of fdr



150
151
152
# File 'lib/mspire/quant/qspec.rb', line 150

def fdr
  @fdr
end

#fdr_downObject

Returns the value of attribute fdr_down

Returns:

  • (Object)

    the current value of fdr_down



150
151
152
# File 'lib/mspire/quant/qspec.rb', line 150

def fdr_down
  @fdr_down
end

#fdr_upObject

Returns the value of attribute fdr_up

Returns:

  • (Object)

    the current value of fdr_up



150
151
152
# File 'lib/mspire/quant/qspec.rb', line 150

def fdr_up
  @fdr_up
end

#log_fold_changeObject

Returns the value of attribute log_fold_change

Returns:

  • (Object)

    the current value of log_fold_change



150
151
152
# File 'lib/mspire/quant/qspec.rb', line 150

def log_fold_change
  @log_fold_change
end

#protidObject

Returns the value of attribute protid

Returns:

  • (Object)

    the current value of protid



150
151
152
# File 'lib/mspire/quant/qspec.rb', line 150

def protid
  @protid
end

#z_statisticObject

Returns the value of attribute z_statistic

Returns:

  • (Object)

    the current value of z_statistic



150
151
152
# File 'lib/mspire/quant/qspec.rb', line 150

def z_statistic
  @z_statistic
end