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

how to create geno.rna object in https://rpubs.com/akdes/673120 #82

Open
BioAmelie opened this issue Feb 17, 2024 · 2 comments
Open

how to create geno.rna object in https://rpubs.com/akdes/673120 #82

BioAmelie opened this issue Feb 17, 2024 · 2 comments

Comments

@BioAmelie
Copy link

@akdess
Hi ,

Can you tell me how to create geno.rna object in https://rpubs.com/akdes/673120.
Best,
minfang

@Junedays
Copy link

Junedays commented May 5, 2024

I have exactly the same question. The protocol did not show how to create the geno.rna

@Junedays
Copy link

Junedays commented May 5, 2024

I guess maybe there is a typo in the previous line of the codes.

rna <- GRanges(seqnames = Rle(gsub("q", "", gsub("p", "", all.summary$Chromosome))),
IRanges(all.summary$Start, all.summary$End))

should be

geno.rna <- GRanges(seqnames = Rle(gsub("q", "", gsub("p", "", all.summary$Chromosome))),
IRanges(all.summary$Start, all.summary$End))

But I am not quite sure.

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

2 participants