bioconductor - R understanding and access a nested object by reading from str -


Hello, I have a nested object that I think contains the table. I see str to see how it looks, / P>

  & gt; ARR (Exam) formal class 'cuffdata' with [5 slots] [package "comrebund"] .. @ DB: Formal class 'SQL Connection' [Package "RSKelitite"] with 5 slots .. .. ID: & lt; Externalptr & gt; .. .. .. dbname: chr "C: /temp/cuffData.db" .. .. .. @ loadable.extensions: logi true .. .. flags: int 6. .. .. .. @ Vfs: chr "" .. @ Table: List of 6 .. .. $ mainTable: chr "genes" .. $ dataTable: chr "geneData" .. .. $ expDiffTable: chr "geneExpDiffData" .. $ FeatureTable : Chr "geneFeatures" .. $ countTable: chr "geneCount" .. .. $ replicateTable: chr "geneReplicateData" .. filter: list () .. @ type: chr "jean" .. IdField: chr "gene_id"  

However, when I try to read the host's main table, I get all this,

  & gt; Test @ Table $ Main Table [1] "Jeans"  
  • What can I read in this table?
  • Not sure if I am interpreting str production correctly even though. I am a newbie on this and I am also wondering what is a good tutorial for explaining these items in R? Examples would also be better

Thank you very much in advance,


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -