Home
last modified time | relevance | path

Searched refs:IndPPadj (Results 1 – 1 of 1) sorted by relevance

/dports/biology/star/STAR-2.7.9a/source/
H A DSoloFeature_emptyDrops_CR.cpp177 typedef struct{uint32 index; double p; double padj;} IndPPadj; in emptyDrops_CR() typedef
178 vector<IndPPadj> pValues(obsLogProb.size()); in emptyDrops_CR()
195 …std::sort(pValues.begin(), pValues.end(), [](const IndPPadj &ip1, const IndPPadj &ip2) {return (ip… in emptyDrops_CR()