MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / isCG

Function isCG

src/myFunc.cpp:1364–1370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1362}
1363
1364int isCG (const char & a) {
1365 if ((a == 'C')||(a == 'c')||(a == 'G')||(a == 'g'))
1366 return 1;
1367 /*if ((a == 'N')||(a == 'n'))
1368 return NA;*/
1369 return 0;
1370}
1371int isN (const char & a) {
1372 if ((a == 'N')||(a == 'n'))
1373 return 1;

Callers 1

fillCGprofileMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected