Documentation ¶
Index ¶
- Variables
- func ExtractPhenoFileNames(fileList string) ([]string, error)
- func IsWithdrawnSample(sampleID string) bool
- func RunAllBackendBQ(phenoPaths []string, BQ *WrappedBigQuery) error
- func RunAllBackendCSV(phenoPaths []string, dictionaryCSV string) error
- func SetWithdrawnSamples(withdrawnSampleIDList []string)
- func SetWithdrawnSamplesFromFile(withdrawnSampleFile string) error
- type CodingFileLookup
- type Column
- type SamplePheno
- type WrappedBigQuery
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BufferSize = 4096 * 8 STDOUT = bufio.NewWriterSize(os.Stdout, BufferSize) )
Functions ¶
func ExtractPhenoFileNames ¶
func IsWithdrawnSample ¶
IsWithdrawnSample returns true if the given sample ID is in the withdrawn sample lookup table.
func RunAllBackendBQ ¶
func RunAllBackendBQ(phenoPaths []string, BQ *WrappedBigQuery) error
func RunAllBackendCSV ¶
func SetWithdrawnSamples ¶
func SetWithdrawnSamples(withdrawnSampleIDList []string)
SetWithdrawnSamples is not safe for concurrent use.
func SetWithdrawnSamplesFromFile ¶
SetWithdrawnSamplesFromFile is not safe for concurrent use. It allows you to set the lookup table.
Types ¶
type CodingFileLookup ¶
type SamplePheno ¶
Click to show internal directories.
Click to hide internal directories.