예제 #1
0
 def __init__(self, inputFnameLs, **keywords):
     """
     """
     PlotTrioInconsistencyOverFrequency.__init__(self, inputFnameLs,
                                                 **keywords)
     #super(PlotVCFtoolsStat, self).__init__(inputFnameLs, **keywords)
     self.chr2xy_ls = {}
	def __init__(self, inputFnameLs, **keywords):
		"""
		2011-7-11
		"""
		PlotTrioInconsistencyOverFrequency.__init__(self, inputFnameLs, **keywords)
		#super(PlotTrioInconsistencyOverPosition, self).__init__(inputFnameLs, **keywords)
		"""
	def __init__(self, inputFnameLs, **keywords):
		"""
		"""
		PlotTrioInconsistencyOverFrequency.__init__(self, inputFnameLs, **keywords)
		#super(PlotTrioInconsistencyVsDepth, self).__init__(inputFnameLs, **keywords)
		self.fa_depth_ls = []
		self.mo_depth_ls = []
		self.child_depth_ls = []
		self.inconsistent_ls = []
예제 #4
0
	def __init__(self, inputFnameLs, **keywords):
		"""
		"""
		PlotTrioInconsistencyOverFrequency.__init__(self, inputFnameLs, **keywords)
		#super(PlotVCFtoolsStat, self).__init__(inputFnameLs, **keywords)
		self.chr2xy_ls = {}