Closed Shians closed 5 years ago
Thanks Shian for updating the code. Is it ready for re-installation on R?
@audreystott You will have to install it through devtools::install_github("LuyiTian/scPipe")
, it won't be properly updated on Bioconductor until the next release cycle.
@shians if it's a bug fix rather than a new feature it can and probably should be ported to the release
Ok that's how I installed mine previously so that's great. Thank you!
This pull request addresses #117 and #116. With the manual removal of the unreasonably long entries, the GFF becomes parsable, but scPipe could not process the Dbxref column correctly because "GeneID" is usually the first element. After the changes the GFF will be processed, but GeneIDs could not be found in some exons and a message is produced:
NA found in GeneID of 222 of 324663 entries, automatically removing these entries
.