calour docs
2018.10.1
Site
General Calour concepts
Microbiome tutorials
Metabolome tutorials
Using Calour functions via the module and the Experiment class
Main classes and utility functions
Functions operating on
Experiment
object
Creating database interfaces for Calour
Page
calour.experiment.Experiment.__getitem__
calour.experiment.Experiment.__getitem__
¶
Experiment.
__getitem__
(
pos
)
[source]
¶
Get the abundance at (sampleid, featureid)
Parameters:
pos
(
tuple of
(
str
,
str
)
) – the SampleID, FeatureID
Returns:
The abundance of feature ID in sample ID
Return type:
float