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

10x data formatting #27

Closed
kathirij opened this issue May 19, 2017 · 2 comments
Closed

10x data formatting #27

kathirij opened this issue May 19, 2017 · 2 comments

Comments

@kathirij
Copy link

kathirij commented May 19, 2017

hello,
This is a rather basic question. I am trying to upload the matrix (.mtx) file that is an output of the cellrangerRkit.

"gbm_cds <- newCellDataSet(exprs(gbm),
phenoData = new("AnnotatedDataFrame", data=pData(gbm)),
featureData = new("AnnotatedDataFrame", data=fData(gbm)),
lowerDetectionLimit = 0.5,
expressionFamily = negbinomial.size())"

However, the matrix does not have the correct featureData. I get the error:

"none of your featureData columns are named “gene_short_name”. Some functions will not be able to take this function as an input as a result"

Do I need to change a column title [that is currently labeled as "symbol"] to "gene_short_name"? If not, will it create problems when I run some of the downstream analyses? For example when I calculate dispersions or when I classify cell type hierarchy?

Also,featureData of my matrix looks like this:

> fData(gbm)
                      id                       symbol
ENSMUSG00000051951 ENSMUSG00000051951           Xkr4
ENSMUSG00000089699 ENSMUSG00000089699         Gm1992
ENSMUSG00000102343 ENSMUSG00000102343        Gm37381
ENSMUSG00000025900 ENSMUSG00000025900            Rp1
@ctrapnell
Copy link
Contributor

ctrapnell commented May 22, 2017 via email

@Xiaojieqiu
Copy link
Collaborator

this is the same issue as in #24 . I will close it now. please refer to the other issue. meanwhile, the monocle 2 website will be updated to incorporate those info

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

3 participants