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

SCANVISmerge issue #5

Open
Manonmania opened this issue Apr 21, 2023 · 0 comments
Open

SCANVISmerge issue #5

Manonmania opened this issue Apr 21, 2023 · 0 comments

Comments

@Manonmania
Copy link

Hi,

SCANVIS is a very useful tool. I am using your SCANVIS tool to visualize splicing junctions and I am having issue with SCANVISvisual function. I am trying to visualize a region of interest and one of the samples has only one junction information. SCANVISvisual function throws me the following error message “Error in sj[[i]][, usjcc] : incorrect number of dimensions”. I have observed that there is a bug in the SCANVISmerge function, specifically in the following chunk of the code.

#adding rownames
for(i in seq(1,length(sj),1)){
tmp=sj[[i]][,usjcc]
h=which(tmp=='')
if(length(h)>0) tmp[h]='NA'
tmp=gsub(' ','',tmp)
rownames(sj[[i]])=apply(tmp,1,function(x) paste(x,collapse=' '))
}

Could you please fix this bug in the SCANVISmerge code?

Thanks,
Mano

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

1 participant