I'm using the R script of your app.
I got through importing the data just fine, but now I'm stuck on the "filter low expression transcripts" part.
The "low.expression.filter" function does not seem to exist in any of the used packages. I also could not find any information about it online.
Could you let me know, what package this function is part of, or if I'm missing anything else?
I'm quite new to R and to coding in general so I hope I'm not just missing some stupid little fix.
For some more context, this is the code passage in question:
##----->> Do the filters
target_high <- low.expression.filter(abundance = trans_counts,
mapping = mapping,
abundance.cut = cpm_cut,
sample.n = cpm_samples_n,
unit = 'counts',
Log=F)
and it returns the following error:
Error in low.expression.filter(abundance = trans_counts, mapping = mapping, :
could not find function "low.expression.filter"
First of all, thanks for developing this app.
I'm using the R script of your app. I got through importing the data just fine, but now I'm stuck on the "filter low expression transcripts" part. The "low.expression.filter" function does not seem to exist in any of the used packages. I also could not find any information about it online. Could you let me know, what package this function is part of, or if I'm missing anything else? I'm quite new to R and to coding in general so I hope I'm not just missing some stupid little fix.
For some more context, this is the code passage in question:
and it returns the following error: Error in low.expression.filter(abundance = trans_counts, mapping = mapping, : could not find function "low.expression.filter"