wenweixiong / MARVEL

38 stars 9 forks source link

Fix PlotValues.PCA.Gene.10x when log2.transform is FALSE #41

Open toniecrumley opened 3 months ago

toniecrumley commented 3 months ago

When log2.transform is FALSE the z and legendtitle variables in PlotValues.PCA.Gene.10x are not initialized which results in an error while creating the plot. The error is corrected by providing values for these variables when log2.transform is FALSE.