CaSpER icon indicating copy to clipboard operation
CaSpER copied to clipboard

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

Open BioAmelie opened this issue 1 year ago • 2 comments
trafficstars

@akdess Hi ,

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

BioAmelie avatar Feb 17 '24 00:02 BioAmelie

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

Junedays avatar May 05 '24 02:05 Junedays

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.

Junedays avatar May 05 '24 02:05 Junedays