We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@akdess Hi ,
Can you tell me how to create geno.rna object in https://rpubs.com/akdes/673120. Best, minfang
The text was updated successfully, but these errors were encountered:
I have exactly the same question. The protocol did not show how to create the geno.rna
Sorry, something went wrong.
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.
No branches or pull requests
@akdess
Hi ,
Can you tell me how to create geno.rna object in https://rpubs.com/akdes/673120.
Best,
minfang
The text was updated successfully, but these errors were encountered: