| indexes<- {ballgown} | R Documentation |
Replace method for indexes slot in ballgown objects
indexes(x) <- value ## S4 replacement method for signature 'ballgown' indexes(x) <- value
x |
a ballgown object |
value |
the updated value for |
data(bg)
indexes(bg)$bamfiles = paste0('/path/to/bamfolder/',
sampleNames(bg), '_accepted_hits.bam')