Could I ask you to please describe each row in the featureCounts
summary, or correct me if my understanding is incorrect?
The user’s guide does not explain it, so I’m trying to interpret what you’ve described in the paper. However, some terms such as “nonjunction” are not mentioned in the paper.
For example:
Status SRR445718.bam
Assigned 17983705
Unassigned_Ambiguity 1796487
Unassigned_MultiMapping 0
Unassigned_NoFeatures 2755404
Unassigned_Unmapped 8387602
Unassigned_MappingQuality 2020467
Unassigned_FragementLength 0
Unassigned_Chimera 0
Unassigned_Secondary 0
Unassigned_Nonjunction 0
Unassigned_Duplicate 0
-a
--primary
option?-Q
.-d
and -D
.Hi John,
I asked Wei about contributing. This was his reply:
I’m not sure if it is a good idea to allow other people to make contributions to our package at the moment since the pacakge includes quite a few programs and it has a complexed structure. We might move the code repository to for example git-hub in the future, but at this stage we would like to keep it to ourselves to ensure a smooth development of the programs (especially new programs and algorithms).
I believe that source code for scientific software — regardless of complexity — should be stored in a permanent public repository that encourages contributions from the community.
I am also willing to help implement additional features or write more documentation. Github is an appropriate solution for managing contributions from the community.
Wei, I encourage you to look at the way other complex packages with multiple programs are organized on github:
You might consider creating a separate github repo with the R package for subread.
Kamil