Manipulate NGS files using UNIX commands
# copy the file from the stock directory to the current directory
cp /net/ostrom/data/rowleybcc/charliew/old_teaching/Biol2Bioinfo/UNIX/isoforms_fpkm_track.txt .
How many genes and transcripts are in the file?

Filter out the transcripts with FPKM value equal to 0

Filter out the transcripts with status other than "OK"


Filter out the transcripts with length < 125 and length > 10000

Separate the locus annotation in 3 columns: chromosome, start, end

Consider only the transcripts in a specific genomic interval

Last updated
Was this helpful?
