Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help with object class for the "Basic inference on MA gene expression" example #3

Open
moldach opened this issue Jul 9, 2015 · 0 comments

Comments

@moldach
Copy link

moldach commented Jul 9, 2015

I'm wondering if it is acceptable to apply this to RNA-seq data as well?

From my note it appears that

e <- maPooling
head(pData)maPooling # row for each MA and column for each experiment

After alignment (with Bowtie for example) I generate a raw count table (row for each gene and column for each sample). Can this raw count table analyzed the same way?

If this is possible my second problem is that class(e) is:
[1] "ExpressionSet"
attr(,"package")
[1] "Biobase"

However, my raw count table class() is data.frame. How can change the class of my raw gene counts in order for the following to work:

head(pData(e))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant