pData
pData is a term used across computing and data science with different meanings depending on context. In general, it is often used as an abbreviation in identifiers to denote a pointer to data, or a data object associated with something (private data, per-object data). It is not a formal standard, so its exact meaning varies by project.
In the Bioconductor project for R, pData is a standard accessor function for phenotypic data associated with
In other contexts, pData is simply a variable name used by programmers to refer to a pointer
When encountering pData, it is advisable to consult the local documentation or code comments to understand