Home
last modified time | relevance | path

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

/dports/biology/pbbam/pbbam-0.18.0/include/pbbam/
H A DBamRecordTag.h31 PKMID, enumerator
H A DReadGroupInfo.h35 PKMID, enumerator
/dports/biology/pbbam/pbbam-0.18.0/src/
H A DBamRecordTags.cpp41 { BamRecordTag::PKMID, {"pm", true} },
H A DReadGroupInfo.cpp105 case BaseFeature::PKMID : return feature_PM; in BaseFeatureName()
177 { feature_PM, BaseFeature::PKMID },
H A DBamRecord.cpp627 tags[internal::Label(BamRecordTag::PKMID)] = EncodePhotons( in ClipTags()
1391 bool BamRecord::HasPkmid() const { return impl_.HasTag(BamRecordTag::PKMID); } in HasPkmid()
1671 return FetchPhotons(BamRecordTag::PKMID, orientation, aligned, exciseSoftClips, pulseBehavior); in Pkmid()
1682 internal::CreateOrEdit(BamRecordTag::PKMID, encodedPhotons, &impl_); in Pkmid()
/dports/science/afni/afni-AFNI_21.3.16/src/
H A D3dUnifize.c25 #define PKMID 666.0f /* middle value for GM */ macro
634 pfac = (PKVAL-PKMID) / (PKVAL-pmid) ; in mri_GMunifize()