\HeaderA{all.present}{Filter by PMA call}{all.present}
\keyword{misc}{all.present}
\begin{Description}\relax
must be present in at least no arrays to be called present
\end{Description}
\begin{Usage}
\begin{verbatim}
  all.present(x,calls,no = "all")
\end{verbatim}
\end{Usage}
\begin{Arguments}
\begin{ldescription}
\item[\code{x}] An object to filter 
\item[\code{calls}] A matrix of PMA calls 
\item[\code{no}] How many in a row to pass the filter? If 'all' then all must be present
\end{ldescription}
\end{Arguments}
\begin{Value}
A probesetid
\end{Value}
\begin{Author}\relax
Crispin J Miller
\end{Author}
\begin{Examples}
\begin{ExampleCode}
  ## Not run: 
     all.present(eset,calls,dim(calls)[2])
  
## End(Not run)
\end{ExampleCode}
\end{Examples}


