forked from wuyangf7/OPERA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSMR_data_p2.h
21 lines (18 loc) · 894 Bytes
/
SMR_data_p2.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
// SMR_data_p2.h
// SMR_CPP
//
// Created by Futao Zhang on 10/06/2016.
// Copyright (c) 2016 Futao Zhang. All rights reserved.
//
#ifndef __SMR_CPP__SMR_data_p2__
#define __SMR_CPP__SMR_data_p2__
#include "SMR_data.h"
namespace SMRDATA
{
void make_besd(char*outFileName, char* syllabusName, bool gctaflag,bool plinkflag,bool gemmaflag,bool merlinflag,bool boltflag,bool save_dense_flag,int cis_itvl, int trans_itvl, float transThres, float restThres, bool samegeno,int addn);
void make_besd_byQfile(char* qfile, char* outFileName,bool save_dense_flag,int cis_itvl, int trans_itvl, float transThres, float restThres, int addn);
void make_besd_fmat(char* fmatfileName, char* outFileName,bool mateqtlflag, bool fastnflag, bool fastpflag, int addn);
void make_qfile(char* outFileName, char* eFileName, char* mafFileName);
}
#endif /* defined(__SMR_CPP__SMR_data_p2__) */