Description Usage Arguments Value Note Author(s) See Also Examples
TargetExperimentList
creates a TargetExperimentList object containing
a set of targeted sequencing experiment results, all those, carried out using
the same bed file. Feature parameter specifies what represent each panel
element (bed file row). Attribute parameter indicates which attribute would
be analyzed, 'coverage' or 'medianCounts' and should be specified in order
to indicate which coverage or medianCounts should be conserved.
1 | TargetExperimentList(TEList, feature = NULL, attribute = "coverage")
|
TEList |
List containing all the TargetExperiment objects corresponding to the experiments that will be compared. |
feature |
Character indicating the name of the feature that will be explored (e.g 'amplicon', 'transcript', 'gene'). |
attribute |
Character indicating the name of the attribute that will be explored. Should be 'coverage' or 'medianCounts'. |
TargetExperimentList object.
see full example in TargetExperimentList-class
Gabriela A. Merino gmerino@bdmg.com.ar, Cristobal Fresno cfresno@bdmg.com.ar, Yanina Murua ymurua@leloir.org.ar, Andrea S. Llera allera@leloir.org.ar and Elmer A. Fernandez efernandez@bdmg.com.ar
Other TargetExperimentList: TargetExperimentList-class
,
initialize,TargetExperimentList-method
,
object
1 2 3 4 5 6 7 8 9 10 11 | # Defining the set of TargetExperiment objects
data(ampliPanel, package="TarSeqQC")
data(ampliPanel2, package="TarSeqQC")
ampliList<-list(ampliPanel, ampliPanel2)
# Defining feature parameter
feature<-"amplicon"
# Defining attribute parameter
attribute<-"coverage"
##Calling the constructor
object<-TargetExperimentList(TEList=ampliList, attribute=attribute,
feature=feature)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.