Description Usage Arguments Slots Slots
A SummarizedExperiment subclass that stores multiple Kallisto runs
returns the estimated counts of a quantified experiment
returns the phenotypic data associated with a KallistoExperiment object
a replacement function specific to phenotypic data
finds the effective length of a transcript entry
finds the transcript per million
finds the kallistoVersion used in quantification
finds the transcriptomes pseudo-aligned against
median abs deviation
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | ## S4 method for signature 'KallistoExperiment'
counts(object)
## S4 method for signature 'KallistoExperiment'
pData(object)
## S4 replacement method for signature 'KallistoExperiment,DataFrame'
pData(object) <- value
eff_length(object)
## S4 method for signature 'KallistoExperiment'
eff_length(object)
tpm(object)
## S4 method for signature 'KallistoExperiment'
tpm(object)
kallistoVersion(object)
## S4 method for signature 'KallistoExperiment'
kallistoVersion(object)
transcriptomes(object)
## S4 method for signature 'KallistoExperiment'
transcriptomes(object)
mabDev(object)
## S4 method for signature 'KallistoExperiment'
mabDev(object)
|
object |
KallistoExperiment |
value |
this is the replacement value for object |
transcriptomes
Transcriptomes against which reads were pseudoaligned
kallistoVersion
The version of Kallisto used to pseudoalign the reads
transcriptomes
: character class "character"
, containing data from transcriptomes
kallistoVersion
:Object of class "character"
, containing data that needs to go in kallistoVersion.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.