Open molboss opened 5 years ago
You can use either concentration data from the isolated DNA, or of the constructed library before it is pooled for sequencing. See this comment for more: https://github.com/benjjneb/decontam/issues/33#issuecomment-436658460
As long as that is measuring the DNA concentration, and covers most of the range of concentrations observed in your data, it should work. qPCR methods have been shown to be effective previously (see comment above).
I think you can just set those values to NA
and they will be ignored. If that doesn't work, just remove those samples prior to running isContaminant
.
isContaminant
returns a data.frame
in which one column contains the TRUE/FALSE
contaminant calls. So you can just give that logical vector to the vector of taxa names you are working with: taxa.names[contamdf$contaminant]
.
Thank you for your assistance!
Dear Benjamin,
A big thanks for developing of this program! This tool is very necessary!
I would be very glad if you could answer in my questions about using decontam:
Could you help me, please. Thanking you in anticipation for your help.