| convert_psi | R Documentation | 
Helper function to filter and return PSI values.
PSIs are converted to NA if first coverage code is 'N'
e.g. PSI=100, Coverage=N,N,N,OK,S —> PSI=NA
For internal use. Called by format_table.
convert_psi(t, qual = c("VLOW", "N", "LOW", "OK", "SOK"))
t | 
 Original PSI plus quality scores data frame WITHOUT the exon metadata columns  | 
qual | 
 String indicating the minimun vast-tools quality score
for the PSI to be accepted. Defaults to   | 
Data frame with the same dimensions as t and low/bad quality P
SI values converted to NA
## Not run: psiplot:::convert_psi(psi[,7:ncol(psi)]) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.