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

Non model species using casper #67

Open
reuvenieli00 opened this issue Oct 3, 2021 · 3 comments
Open

Non model species using casper #67

reuvenieli00 opened this issue Oct 3, 2021 · 3 comments

Comments

@reuvenieli00
Copy link

Hi,

I would like to use casper to find CN from bulk RNA-seq data of mouse and chicken.

I have followed successfully the instruction until the function "generateAnnotation".
However since this command designated only for human data, I wonder if there is any alternative generic function for other species, or do I need to create this table myself in order to pass the annotation object to CreateCasperObject function.

Thanks, Eli

@AnastasiaShind
Copy link

I'm looking for the same option, is there a way to run casper on mouse data?

@arpanda
Copy link

arpanda commented Feb 21, 2022

I am also trying to use the mouse data with reference genome mm10.

As per my understanding, the current code is set to human data only. For example, generateAnnotation() function uses the below code

 if (ishg19) {
        mart <- useDataset("hsapiens_gene_ensembl", useEnsembl(biomart = "ensembl", GRCh = 37, host = host))
    } else {
        mart <- useDataset("hsapiens_gene_ensembl", useEnsembl(biomart = "ensembl", host = host))
    }

So one possible way (that I can think) is to to prepare the input data as per their annotation. Though, All columns are not self explanatory like Position, new_positions

image

Overall, It will be useful, if a use case on mouse data is provided.

Thanks
Arijit

@kenminsoo
Copy link

I am also trying to use the mouse data with reference genome mm10.

As per my understanding, the current code is set to human data only. For example, generateAnnotation() function uses the below code

 if (ishg19) {
        mart <- useDataset("hsapiens_gene_ensembl", useEnsembl(biomart = "ensembl", GRCh = 37, host = host))
    } else {
        mart <- useDataset("hsapiens_gene_ensembl", useEnsembl(biomart = "ensembl", host = host))
    }

So one possible way (that I can think) is to to prepare the input data as per their annotation. Though, All columns are not self explanatory like Position, new_positions

image

Overall, It will be useful, if a use case on mouse data is provided.

Thanks Arijit

Based upon the code, I think similar implementation can be made for other genome. Please email me if interested and we can work to adapt it if you are still interested.

Please note I am not affilitated with the makers of this package.

[email protected]

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

4 participants