man/filter-extract-param-class.Rd
73652f4d
 % Generated by roxygen2: do not edit by hand
0db4d25e
 % Please edit documentation in R/S3filter_extract_param.R
73652f4d
 \name{filter-extract}
 \alias{filter-extract}
 \alias{FULL}
 \title{PARAM object class constructor}
 \usage{
 FULL(except = NULL)
 }
 \arguments{
 \item{except}{The list of attribute to not consider}
 }
 \value{
 Param object
 }
 \description{
 This class constructor is used to create instances of PARAM object
 to be used in filter and extract function.
 }
 \details{
 It is used to encompasses all the region parameters already present 
0db4d25e
 into the dataset or GRangesList
73652f4d
 
 \itemize{
 \item{FULL: It consider all the region paramter}
 }
 }