MCPcopy Create free account
hub / github.com/deweylab/RSEM / writeTo

Method writeTo

Transcripts.h:96–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96void Transcripts::writeTo(const char* outF) {
97 std::ofstream fout(outF);
98 fout<<M<<" "<<type<<std::endl;
99 for (int i = 1; i <= M; i++) {
100 transcripts[i].write(fout);
101 }
102 fout.close();
103}
104
105void Transcripts::buildMappings(int n_targets, char** target_name, const char* imdName) {
106 std::map<std::string, int> dict;

Callers 2

writeResultsFunction · 0.80
writeResultsFunction · 0.80

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected